
HazP.20022 (Customer) asked a question.
Is there a way to provide an argument to an app embed link in order to auto-select an IDP for the user to be routed to for authentication?
e.g. https://my.okta.com/home/my_app/0f38v3...?use_identity_provider={idp_id}
...where going to such a link would:
- Send the user to my Okta
- If the user does not have an Okta session, Okta would route the user immediately to the federated IDP specified in the argument
- The user would log into the federated IDP
- The user is returned and signed into Okta
- Okta redirects the user to the application based on the app-embed link
Thanks!

The embedded link can be used to create a bookmark with a relay state in it, such as the ones done for Org 2 Org configurations.
https://saml-doc.okta.com/SAML_Docs/Configure-SAML-2.0-for-Org2Org.html
As for your specific request, this is not possible at this point, I would recommend that you submit a feature request.