Closed arnab-1995 closed 1 year ago
Does Sustainsys library provide a generic method to validate a SAML assertion and get the claims from the assertion?
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.
Microsoft.IdentityModel.Tokens.Saml2
Does Sustainsys library provide a generic method to validate a SAML assertion and get the claims from the assertion?