Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have added Okta as an External Identity in Azure AD using WS-Fed (SAML). This is all working but as it stands the users have to enter their email address twice, one on the Azure AD login screen and the second on the IDP(Okta) login screen, so it's not the best end user experience.

The External IDP(Okta) supports the username being passed as part of the URI string for example: ../sso/saml?login_hint=example@okta.com


What I have tried:

I am trying to pass the username as a parameter to "Passive authentication endpoint".

Is it possible to pass a variable as part of the 'Passive authentication endpoint' URL? or is there any other way to pass the login_hint to the IDP(Okta)?

Thanks in advance for any help or suggestions.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900