Interface Saml2ParameterNames


public interface Saml2ParameterNames
Standard parameter names defined in the SAML 2.0 Specification and used by the Authentication Request, Assertion Consumer Response, Logout Request, and Logout Response endpoints.
Since:
5.6
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    RelayState - used to communicate shared state between the relying and asserting party
    static final String
    SAMLRequest - used to request authentication or request logout
    static final String
    SAMLResponse - used to respond to an authentication or logout request
    static final String
    SigAlg - used to communicate which signature algorithm to use to verify signature
    static final String
    Signature - used to supply cryptographic signature on any SAML 2.0 payload
  • Field Details