elerch / SAML2

Fork of SAML2 library on codeplex. This library removes dependencies on Asp.net
Mozilla Public License 2.0
117 stars 63 forks source link

Logout #20

Open domedellolio opened 7 years ago

domedellolio commented 7 years ago

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?

ranaictiu commented 7 years ago

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.)..

svandekrol commented 6 years ago

I'm having the same issue, has anyone figured out how to logout?

Selvaraj59 commented 5 years ago

Hi @elerch Can you show us how to initiate a single logout initiated by service provider?

jowmm commented 3 years ago

Hi guys, have you find a solution on the logout?