Unable to connect to okta using Srping boot OIDC

Receiving below error while connecting to okta using Spring boot

Caused by: java.lang.IllegalStateException: The Issuer “https://dev-192509.okta.com/oauth2/default” provided in the configuration metadata did not match the requested issuer “https://dev-192509-admin.okta.com/oauth2/default

check if you specified the correct okta domain (authZ server address) in your OIDC configuration in boot

Thank you for your guidance. It helped me a lot.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.