Directory Programming .NET

Active Directory and ADAM programming support for .NET developers
Welcome to Directory Programming .NET Sign in | Join | Help
in Search

Return URL in Query String for ADFS Logout Page?

Last post 08-15-2010, 11:15 AM by paullem. 1 replies.
Sort Posts: Previous Next
  •  08-10-2010, 8:24 AM 8506

    Return URL in Query String for ADFS Logout Page?

    Would it be possible for me to modify the ADFS logout page to redirect me to a return URL specified via query string AFTER logout is complete?

    What I'm not sure about is when to do the redirect, does the page call anything after it loads that is required to complete logout or could I just redirect it once the HTML is returned to the browser?
  •  08-15-2010, 11:15 AM 8511 in reply to 8506

    Re: Return URL in Query String for ADFS Logout Page?

    The wreply parameter on wa=wsignout1.0 is exactly that. But Microsoft did not implement it in the default logout page (signout.aspx). Common implementation is in the top signout.aspx, do the redirect with java script once everything (href and iframes) is loaded. Remember to use a timeout (just in case any of the servers is down/unreacheable).
View as RSS news feed in XML