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, is it possible to pass variables provided in the URL to the login page? Underneath a example:
My setup:
Internet --> Nginx --> Vouch (if not logged in) --> Keycloak
|-> Application (if logged in)
What I want to do:
When a user who is not authenticated goes to https://example.com/?username=johndoe I want to use the 'username' to prefill the username field at the Keycloak login page.
Current situation:
When the user which is not authenticated goes to https://example.com/?username=johndoe the '?username=johndoe' is not preserved when reaching the Keycloak login page.
The text was updated successfully, but these errors were encountered:
bnfinet
changed the title
Pass (GET) parameters to IDP
Pass GET parameters to IdP
Aug 11, 2021
@LickABrick no there is no mechanism for passing variables to the IdP. I could see adding such a feature to the /login endpoint but it would require some thought.
Hi, is it possible to pass variables provided in the URL to the login page? Underneath a example:
My setup:
Internet --> Nginx --> Vouch (if not logged in) --> Keycloak
|-> Application (if logged in)
What I want to do:
When a user who is not authenticated goes to https://example.com/?username=johndoe I want to use the 'username' to prefill the username field at the Keycloak login page.
Current situation:
When the user which is not authenticated goes to https://example.com/?username=johndoe the '?username=johndoe' is not preserved when reaching the Keycloak login page.
The text was updated successfully, but these errors were encountered: