library/src/main/java/org/apache/fineract/cn/anubis/security/FinKeycloakAuthenticationProvider.java [139:147]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            default:
                                logger.debug("Authentication failed in token type discovery for a token with a token type other than tenant or system.");
                                throw AmitAuthenticationException.invalidTokenIssuer(tokenType.getIssuer());
                        }
                    }
                    catch (final IllegalArgumentException e)
                    {
                        logger.debug("Authentication failed because no tenant was provided.");
                        throw AmitAuthenticationException.missingTenant();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



library/src/main/java/org/apache/fineract/cn/anubis/security/IsisAuthenticatedAuthenticationProvider.java [139:147]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
              default:
                logger.debug("Authentication failed in token type discovery for a token with a token type other than tenant or system.");
                throw AmitAuthenticationException.invalidTokenIssuer(tokenType.getIssuer());
            }
          }
          catch (final IllegalArgumentException e)
          {
            logger.debug("Authentication failed because no tenant was provided.");
            throw AmitAuthenticationException.missingTenant();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



