Domain Saml Options Saml Options
data class DomainSamlOptionsSamlOptions(val enabled: Boolean? = null, val idp: DomainSamlOptionsSamlOptionsIdp? = null, val masterBackendRole: String? = null, val masterUserName: String? = null, val rolesKey: String? = null, val sessionTimeoutMinutes: Int? = null, val subjectKey: String? = null)
Properties
Link copied to clipboard
Information from your identity provider.
Link copied to clipboard
This backend role from the SAML IdP receives full permissions to the cluster, equivalent to a new master user.
Link copied to clipboard
This username from the SAML IdP receives full permissions to the cluster, equivalent to a new master user.
Link copied to clipboard
Duration of a session in minutes after a user logs in. Default is 60. Maximum value is 1,440.
Link copied to clipboard
Custom SAML attribute to use for user names. Default is an empty string - ""
. This will cause Elasticsearch to use the NameID
element of the Subject
, which is the default location for name identifiers in the SAML specification.