Hi all
Apologies if this has been answered before but I could not find it. I am configuring a SAML Identity provider to provide SSO to my Okta console. This is all working but as it stands the users have to enter their email address twice, one on the Okta logon screen and the second on the IDP logon screen, so not the best end user experience.
The External IDP supports the username being passed as part of the URI string for example;
/idp/logon?username=mickey.mouse@disney.com
What I can’t seem to work out is how to get Okta to do this as part of the SSO redirect. I have tried a number of different ways such as;
/idp/logon?username=${user.name}
/idp/logon?username={user.name}
/idp/logon?username=$user.name
/idp/logon?username=${saml_idp.username}
None seem to work. Is it possible to pass a variable as part of the SingleSignOn URL and if so, what am I doing wrong.
Thanks in advance for any help or suggestions.
Andy