mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
User session in LOGIN event (#42866)
closes #42867 Signed-off-by: Ruslan Sheremet <toor.ua@gmail.com>
This commit is contained in:
parent
5acec7d5fc
commit
5cefc497fd
@ -1070,9 +1070,9 @@ public class LoginActionsService {
|
||||
}
|
||||
|
||||
event.detail(Details.CONSENT, Details.CONSENT_VALUE_CONSENT_GRANTED);
|
||||
event.success();
|
||||
|
||||
ClientSessionContext clientSessionCtx = AuthenticationProcessor.attachSession(authSession, null, session, realm, clientConnection, event);
|
||||
event.success();
|
||||
return AuthenticationManager.redirectAfterSuccessfulFlow(session, realm, clientSessionCtx.getClientSession().getUserSession(), clientSessionCtx, request, session.getContext().getUri(), clientConnection, event, authSession);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user