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

Does Owin.Security.Saml support SAML logout? #25

Open Selvaraj59 opened 5 years ago

Selvaraj59 commented 5 years ago

Does Owin.Security.Saml support SAML logout? I see that only AuthnRequest gets created for SignIn and SignOut. And redirectUri is set for 'SignIn' irrespective of whether it is SignIn or SignOut.

gnanamu commented 4 years ago

@Selvaraj59 did you able to get the Single logout working? even I am facing the same issue. When you do the logout, only Authentication request is going to IDP not Logout request.

jowmm commented 3 years ago

@Selvaraj59 @gnanamu have you guys able to find a solution for the logout?