# Functions
New returns a new SAML provider.
OptClientKeyStore is used for signing client AuthN requests.
OptConfig sets the SAML Provider config.
OptSkipSignatureValidation skips SAML response vaidation.
OptValidateEncryptionCert sets validatoin of the ecnryption certificate.
ParseMetadata parses SAML IDP metadata, extracts basic SAML attributes and certificates for SAML provider.
# Constants
Supported canonicalization algorithms.
Supported canonicalization algorithms.
error classes.
# Structs
SAMLConfig is the SAML provider configuration.
SAMLProvider is wrapper dedicated for verification and validation of SAML assertion documents.
X509KeyStore is a store keeping references to public/private signing keys.
# Type aliases
CanonicalizerAlgorithm identifies the XML canonicalization algorithm that the SAML provider should use to sign XML.
Option mutates a SAML Provider.