
85q2p (85q2p) asked a question.
I have multiple OIDC Applications setup in Okta that I need to configure as IDP Connections in an external authorization server (Ping Federate).
The problem is that the issuer has to be unique for each IDP Connection. However when looking at the `.well-known/openid-configuration` endpoint for each clientid in Okta the issuer is the same.
How do I find the unique issuer for each application?

Hi, @85q2p (85q2p)​
Thank you for posting on our Community page!
I did some research and found this article that might be of help:
https://developer.okta.com/docs/reference/api/oidc/
Thank you for reaching out to our Community and have a great day!
_____________________________________________________________________________
Community members help others by clicking Like or Select as Best on responses. Try it today.
_____________________________________________________________________________
If I'm reading this correctly it's basically saying the issuer is always the okta domain and can't be anything else, meaning I am stuck 😢