Hi, I’m trying to implement an OAuth flow where I any Okta admin outside my org, can give consent to me to retrieve some data from his organisation, like users list.
From my understanding for now each Org has it’s own Auth server, and I can only authenticate organisational users against it, so I don’t understand whether I can authenticate external users in some way and whether it is possible with Okta at all.
Seconding what @andrea said. As you want to get resources from their Okta organisation, security is controlled on their side. You would need an app / credentials in each of their Okta orgs as well as consent issued by each of their Okta orgs to get their Okta data.