Skip to content

Instantly share code, notes, and snippets.

@ignaciojonas
Last active December 24, 2015 00:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ignaciojonas/6719637 to your computer and use it in GitHub Desktop.
Save ignaciojonas/6719637 to your computer and use it in GitHub Desktop.
Fix for ADFS 2.0 SingleLogout
if (Exception.Message == "MSIS7055: Not all SAML session participants logged out properly. It is recommended to close your browser.")
{
Response.Redirect(System.Web.Configuration.WebConfigurationManager.AppSettings["signoutredirect"]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment