Hoping someone can help, trying to setup SSO with an OIDC App, and running into an issue because the ‘issuer’ is not matching. I’m sure there must be a simple way to tweak this but have not found out how yet.
The issue is that the ‘default’ authorization server has an issuer like:
When I debug my SSO flow it is eventually rejected due to mis-matching issuer.
I don’t see any way to select or tweak things to make these match. I cannot manually enter the issuer but have to select from drop-down that has only two options, either the issuer pasted above, or “dynamic (based on domain” option.
So how can I tweak the app/authorization server to make the issuer match please?
Make sure your OIDC application is using the “Default” Authorization Server as the issuer (usually via an issuer setting, that’s how Okta’s SDKs work).
Do you have control over how this application is making its /authorize requests?