Hi!
We are implementing Okta SSO using OIDC (IdP-initiated) to authenticate users of our clients who use Okta to for identity management.
How can we determine on our end the organization the user who logged in is from? This is when the user logs in to Okta, then goes to My Apps, and clicks our application button.
The goal is to use that organization information of the user to get the correct client_id, client_secret and domain that will be used for the SSO flow.
Thank you!