Class RelyingPartyRegistration.ProviderDetails

  • Enclosing class:
    RelyingPartyRegistration

    public static final class RelyingPartyRegistration.ProviderDetails
    extends java.lang.Object
    Configuration for IDP SSO endpoint configuration
    Since:
    5.3
    • Method Detail

      • getEntityId

        public java.lang.String getEntityId()
        Returns the entity ID of the Identity Provider
        Returns:
        the entity ID of the IDP
      • getWebSsoUrl

        public java.lang.String getWebSsoUrl()
        Contains the URL for which to send the SAML 2 Authentication Request to initiate a single sign on flow.
        Returns:
        a IDP URL that accepts REDIRECT or POST binding for authentication requests
      • isSignAuthNRequest

        public boolean isSignAuthNRequest()
        Returns:
        true if AuthNRequests from this relying party to the IDP should be signed false if no signature is required.
      • getBinding

        public Saml2MessageBinding getBinding()
        Returns:
        the type of SAML 2 Binding the AuthNRequest should be sent on