Replies: 1 comment
|
In Keycloak's SAML flow, a plain The confusing bit is that the name is shared with OIDC behavior. In the OIDC authorization endpoint, So with a URL like: I would not expect Keycloak 26.3.0 to pre-fill the username field from that last parameter. The practical choices are:
If that matches your test result, selecting an answer here would make the SAML/OIDC distinction easier to find later. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm currently running on 26.3.0 and I'm trying to pre-populate the username field when making a SAML authorization request e.g.
I'm having passport append the
login_hintquery parameter but the username box stays empty.The docs only mention
login_hintin the openID section so is this not something supported when acting as a SAML endpoint?Have I missed something in the config or is this fixed in a later release?
All reactions