Early Preview
class Sustainsys.​Saml2.​Saml2P.​Saml2PSecurityTokenHandler
Assembly: Sustainsys.Saml2
Inheritance: object → Microsoft.​IdentityModel.​Tokens.​SecurityTokenHandler → Microsoft.​IdentityModel.​Tokens.​Saml2.​Saml2SecurityTokenHandler → Saml2PSecurityTokenHandler
Implemented Interfaces
- Microsoft.​IdentityModel.​Tokens.​ISecurityTokenValidator Implemented by: SecurityTokenHandler
Somewhat ugly subclassing to be able to access some methods that are protected on Saml2SecurityTokenHandler. The public interface of Saml2SecurityTokenHandler expects the actual assertion to be signed, which is not always the case when using Saml2-P. The assertion can be embedded in a signed response. Or the signing could be handled at transport level.