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
We are running an SP with multiple IDP integrations. Our users provide their username on our login page. They will then be redirected to the relevant IDP where they have to retype their username.
If I understand the SAML 2.0 spec correctly, it should be possible to provide the name_id in the subject. And then this should auto-populate the username field on the IDP.
Edit:
It looks like there was a pull request for this #146 It was deleted on the same day so I'm not sure what happened
I'd like to pass a subject in the AuthnRequest, can we add name_id to CreateLoginRequestUrlOptions?
The text was updated successfully, but these errors were encountered: