jitbit / AspNetSaml

Very simple SAML 2.0 consumer module for ASP.NET/C#
https://www.jitbit.com
Apache License 2.0
364 stars 118 forks source link

[Question] Single Logout #3

Closed nelfer closed 7 years ago

nelfer commented 7 years ago

Hi, Do you have a way to manage the single logout?

https://developers.onelogin.com/saml/examples/logout-request

I tried to create the request (following your example) but then it has to be signed and I don't know how to do that (I was trying to do the HTTP-Redirect)

jitbit commented 7 years ago

Sorry, it currently has no way of sending a "logout" request.

I don't think its gonna work with redirect, you have to send POST data to the provider server.