Class SamlAuthProperties.Idp

java.lang.Object
com.linecorp.centraldogma.server.auth.saml.SamlAuthProperties.Idp
Enclosing class:
SamlAuthProperties

public static class SamlAuthProperties.Idp extends Object
An identity provider (IdP) configuration.
  • Constructor Details

    • Idp

      public Idp(String entityId, String uri, @Nullable String binding, @Nullable String signingKey, @Nullable String encryptionKey, @Nullable String subjectLoginNameIdFormat, @Nullable String attributeLoginName)
      Creates a new instance.