You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception parameters error on
SsoAuthBundle/Security/Core/Authentication/Provide/rSsoAuthenticationProvider.php Line 150 :
throw new AuthenticationServiceException($repositoryProblem->getMessage(),$username, 0, $repositoryProblem);
Must be :
throw new AuthenticationServiceException($repositoryProblem->getMessage().' '.$username, 0, $repositoryProblem);
The text was updated successfully, but these errors were encountered:
Exception parameters error on
SsoAuthBundle/Security/Core/Authentication/Provide/rSsoAuthenticationProvider.php Line 150 :
throw new AuthenticationServiceException($repositoryProblem->getMessage(),$username, 0, $repositoryProblem);
Must be :
The text was updated successfully, but these errors were encountered: