TenantInboundSamlConfigSpConfig

data class TenantInboundSamlConfigSpConfig(val callbackUri: String, val spCertificates: List<TenantInboundSamlConfigSpConfigSpCertificate>? = null, val spEntityId: String)

Constructors

Link copied to clipboard
fun TenantInboundSamlConfigSpConfig(callbackUri: String, spCertificates: List<TenantInboundSamlConfigSpConfigSpCertificate>? = null, spEntityId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Callback URI where responses from IDP are handled. Must start with https://.

Link copied to clipboard

The IDP's certificate data to verify the signature in the SAMLResponse issued by the IDP. Structure is documented below.

Link copied to clipboard

Unique identifier for all SAML entities.