Invalid ADFS 2.0 Forwarding Does Not Work

To log out of a web application using ADFS for authentication, use the URL following this form:

https: // {DNS_name_of_RP_STS} {/adfs/ls/?wa=wsignout1.0&wreply= after logging out_landing_URL}

works great. The user goes to the ADFS site page, which notifies them that they are logged out. What does not happen is redirected back to the web application. I watched the Internet for a long time, and now I'm rather confused if this is possible with the wreply option or not. There are several places on msdn and blogs where they say it simply works by delivering wreply value, but it seems like most people are out of luck with going to the RP site.

Question: When exiting ADFS, is it possible to automatically return to the RP application? Has anyone done this successfully? There is the option "Log in as another user", in which the user should see the RP page on the page.

Thanks in advance to everyone who answers.

+4
source share
1 answer

The URL can be not only the URL, but the exact exact URL where your application is registered with adfs for.

The redirect works and always worked for us.

+2
source

Source: https://habr.com/ru/post/1501709/


All Articles