Reputation: 2039
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
Reputation: 4408
Check also what type of account you're testing with. I found this strange post logout redirection behavior:
Upvotes: 1
Reputation: 2039
As juunas said in the comment, I just added the Logout URL to the Reply URLs list and worked.
Upvotes: 8