Sep 05 2024 02:41 PM
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?
Sep 05 2024 06:35 PM
See whether this can help: