Sustainsys / Saml2

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

Is there a public api exposed by Sustainsys to validate a SAML assertion? #1404

Closed arnab-1995 closed 10 months ago

arnab-1995 commented 10 months ago

Does Sustainsys library provide a generic method to validate a SAML assertion and get the claims from the assertion?

AndersAbel commented 10 months ago

If you have a SAML assertion and want to get claims you can use the Microsoft.IdentityModel.Tokens.Saml2 library directly, that is what Sustainsys.Saml2 uses to validate the assertion.