Sustainsys / Saml2

Saml2 Authentication services for ASP.NET
Other
945 stars 605 forks source link

Logout SAML Request #1376

Closed bhumaanu closed 1 year ago

bhumaanu commented 1 year ago

I am trying to achieve saml request for signout using sustainsys. Is there a code snippet that I can refer to? Basically, I need to invoke a logut url by providing encoded logout saml as querystring.

image

AndersAbel commented 1 year ago

The library supports single logout, but you need to add a service certificate to enable those endpoints as logout requests/responses should always be signed.