-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logout #20
Comments
I'm having the same issue, can't logout. Looks like the Logout functionality not implemented yet. Can anybody give us a bit of instructions what/where to use SAMLLogout request to initiate logout? Having a quick look my understanding is to use different SamlRequests in SamlMessage.BuildRedirectUrl method based on request types (login, logout etc.).. |
I'm having the same issue, has anyone figured out how to logout? |
Hi @elerch |
Hi guys, have you find a solution on the logout? |
Guys,
would be nice to have an example on how can I trigger the logout.
Starting from the example, and calling
HttpContext.GetOwinContext().Authentication.SignOut( new AuthenticationProperties { RedirectUri = callbackUrl }, "SAML2");
I am not able to get redirect to a logout page.
Any cloue?
The text was updated successfully, but these errors were encountered: