jitbit / AspNetSaml

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

Add support for Signing out: #48

Closed fatbigbright closed 1 year ago

fatbigbright commented 3 years ago
  1. Keep all the features of Response Class
  2. Extract part of code of Response into BaseReponse Class, from which Response inherits
  3. Define SignoutResponse, which inherits from BaseResponse
  4. Define SignoutRequest to support create request for signing out
chtenb commented 2 years ago

@alex-jitbit will this eventually be merged, or is it out of scope?

uttam-panchal-nividous commented 1 year ago

Any update on this? I need this for my solution if you can provide it.

alex-jitbit commented 1 year ago

Yes, I will include this, however, becasue the project is now a full-fldged nuget library, I will transfer this code manually, hope I'll get to this next week.

rdmendesp commented 1 year ago

@alex-jitbit any update on this?

alex-jitbit commented 1 year ago

Moved changes to #81