ASP.NET Core 3x Logout issue

Hi,
Our company is adopting OKTA and we are tasked to learn about it
I’ve downloaded an asp.net core 3x self-hosted example and set up OKTA configs and appsettings.json according to the README file from the downloaded sample project - it was prepopulated for me :slight_smile:
Sign-in part works with no problem, but sign out is generating 400 error:
The ‘post_logout_redirect_uri’ parameter must be a Logout redirect URI in the client app settings: okta-dev-38747305 - Sign In
OKTA settings:
Sign-in redirect URIs: https://localhost:44314/authorization-code/callback
Sign-out redirect URIs: http://localhost:44314/signout/callback
Any help is greatly appreciated

It looks like your sign-out redirect URI has http instead of https. Can you confirm if you’re using the right one?

You are absolutely correct
I’ve changed it and it workes as expected
Thank you!!!

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