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
The user is not allowed to authenticate. This happens for two reasons:
The second authentication is allowed only because we check to see if the current session is the same as one of the existing sessions in ConcurrentSessionControlAuthenticationStrategy this is why the error doesn't happen till the third authentication attempt
Currently authenticated users are not removed from the SessionRegistry
Using the following configuration:
A user performs the following steps:
The user is not allowed to authenticate. This happens for two reasons:
ConcurrentSessionControlAuthenticationStrategy
this is why the error doesn't happen till the third authentication attemptUsers can work around this using the following:
The text was updated successfully, but these errors were encountered: