
FabianS.37671 (Customer) asked a question.
In an Okta tenant with multiple identity providers configured, is there some way for the application that interfaces the Okta tenant via OpenID Connect to pass over some kind of hint about which identity provider to use?
For example, say we have an application called "application.com". When someone navigates to "application.com/login?idp=xyz", which will trigger an OpenID Connect login flow with the Okta tenant, can the application somehow tell Okta to directly select the xyz IdP?
I don't see anything in the Routing Rules UI, but maybe there is some other trick?

I've found that the application can append "?idp=<id of idp>" the /authorize URL of the Okta org. That seems to do the trick.