Hello,
I want to receive information (via rest api) from a few different Okta organizations.
I don’t want to create the same integration app in each org.
So, I created app integration of type “OIDC - OpenID Connect” and received Client ID and client Secret.
I tried to integrate this app to another Okta org via oauth2, in order to access the org information, but I received an error.
Is it possible to integrate my custom app to others Okta organizations without publishing the app to OIN?
Is there a way to integrate to other organizations with a different app integration (like “API service”)?
Thank you!