I have one OIDC application that it is possible to log in with, and one OIDC application which cannot log in. I don’t know what the difference in settings are, but I want to find out.
I am using the okta react package for this, I can see that the application that can not log in is requesting the url /oauth2/default/.well-known/openid-configuration, which is getting a 401 as a response, along with some CORS issue on that route (maybe because of 401?). The other application is not requesting this url at all. Why is there a difference here? Some settings perhaps?