DirectorySamlProperties

data class DirectorySamlProperties(val relayStateParameterName: String? = null, val status: String? = null, val userAccessUrl: String? = null)

Constructors

Link copied to clipboard
constructor(relayStateParameterName: String? = null, status: String? = null, userAccessUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The relay state parameter name supported by the SAML 2.0 identity provider (IdP). Default RelayState.

Link copied to clipboard
val status: String? = null

Status of SAML 2.0 authentication. Default DISABLED.

Link copied to clipboard
val userAccessUrl: String? = null

The SAML 2.0 identity provider (IdP) user access URL.