Okta doesn't redirect to redirect_uri

why doesn’t okta redirect to redirect_uri? is there a any bug on okta? or wrong configuration on my side? I am testing SSO with okta-aspnet-mvc-example, and I only changed RedirectUri in config file.

Okta application settings;

Decoded Okta oauth2 url;

Thanks in advance

Where does it redirect to? The ${redirect_uri} used in the authorize request in the source code should match the 1 in the application settings.

1 Like

okta redirect to account/login page.

Is the ${redirect_uri} used in the authorize request in the source matches the 1 in the application settings that you want to be redirected to?

as you see on the SS in frst message, yes they match

As per this article, can you ensure that your Client ID is correct (don’t forget this is case sensitive!), that it is a valid client ID for the Okta subdomain you are making a request to, and that the client is active?

1 Like