Registered Application and Open ID redirection on logout (post_logout_redirect_uri)

Copper Contributor

I have an application registration (Mobile and Desktop Applications) with custom redirect URI (Custom namespace e.g com.test.oidc://oauth_callback) so that we can redirect back from the browser session to the application with authorization code. This works well and has no issue.

 

I am however unable to get the Logout URL to fire the redirect back to the application when using the post_logout_redirect_uri. I am passing the logout_hint and this works fine. But it does no redirect even if there is a session still open. I can't actually seem to get this working with localhost Url or anything I try. The only URL that seems to work is  https://login.microsoftonline.com/common/oauth2/nativeclient

 

Have any of you run into this issue and maybe resolved it?

 

1 Reply