
q8l7w (q8l7w) asked a question.
Hello There,
i have multiple IDP and i'm using OKTA as SP
we have developed an application using OKTA OIDC let's call it CommonApp
in my case i want to redirect user to specific IDP when user click on CommonApp login
i have done that using IDP routing rules
but when user click on CommonApp login first landing on OKTA customized login (which is only asking for user identity not password) and then based on rule getting redirected to the IDP logins in the case of user already not logged in on their IDP that is expected
now,
if user is logged in on their IDP and click on CommonApp login user landing on OKTA customized login (which is only asking for user identity not password) and afreter providing user identity redirected to CommonApp dashbord
Can we skip OKTAs customized login (which is only asking for user identity not password) screen in case of user already logged in on their IDP ?
appreciate some help
open for suggestion
Thank You.

This cannot happen if you have setup Okta as SP properly (if user is logged in on their IDP and click on CommonApp login user landing on OKTA customized login).
Check your IDP routing rule in Okta and app url at your IDP. are you using Azure AD as a IDP?
yes, in this case IDP is Azure AD
Please notice this :
if user is logged in on their IDP and click on CommonApp login user landing on OKTA customized login (which is only asking for user identity not password) and after providing only user identity redirected to CommonApp dashbord directcly.