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
Hi Sventorben - I must say that this Home Idp extension is an excellent work by you and very much helpful.
I am fairly new to Keycloak. In our use case, we are passing oidc param - 'prompt=login' in the login request url. However, it seems like the protocol forces to perform reauthentication and the home idp displays a username form with sign-in only button, but no username display. This I believe, is due the fact that there is no active SSO session for the user in keycloak or there may context user missing, basically no user session exists. I think, isn't the reauthentication logic in home idp along with protocol check, should also check for user and display/redirects to normal login username form (username and sign-in button) instead and performs the home idp flow.
Expected Behavior
For forced login requests, the reauthentication logic should also check the user context and display a username (indicating valid SSO user session) with username form to begin with, instead of a username with sign-in button for login.
Is there an existing issue for this?
Current Behavior
Hi Sventorben - I must say that this Home Idp extension is an excellent work by you and very much helpful.
I am fairly new to Keycloak. In our use case, we are passing oidc param - 'prompt=login' in the login request url. However, it seems like the protocol forces to perform reauthentication and the home idp displays a username form with sign-in only button, but no username display. This I believe, is due the fact that there is no active SSO session for the user in keycloak or there may context user missing, basically no user session exists. I think, isn't the reauthentication logic in home idp along with protocol check, should also check for user and display/redirects to normal login username form (username and sign-in button) instead and performs the home idp flow.
Expected Behavior
For forced login requests, the reauthentication logic should also check the user context and display a username (indicating valid SSO user session) with username form to begin with, instead of a username with sign-in button for login.
Steps To Reproduce
Version
Anything else?
No response
The text was updated successfully, but these errors were encountered: