Rafael Grilli
Rafael Grilli

Reputation: 2039

Azure Logout Redirect (post_logout_redirect_uri) is not working

The Azure logout page is not redirecting the user after complete the logout. It is returning just this message:

You signed out of your account. It's a good idea to close all browser windows.

I tried different logout URLs that I've found around:

But they didn't work at all.

The only that is weird is that, if I check the Network tab on DevTools, it seems that the page is loading the redirected website content, but it's not showing it on the browser.

Upvotes: 6

Views: 10627

Answers (2)

Jan Muncinsky
Jan Muncinsky

Reputation: 4408

Check also what type of account you're testing with. I found this strange post logout redirection behavior:

  • It doens't work for root accounts of the tenant, that is my personal account, which created Azure subscription.
  • But it works for new accounts I created inside of my subscription.

Upvotes: 1

Rafael Grilli
Rafael Grilli

Reputation: 2039

As juunas said in the comment, I just added the Logout URL to the Reply URLs list and worked.

Upvotes: 8

Related Questions