TenantInboundSamlConfigSpConfig

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

Constructors

Link copied to clipboard
constructor(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

(Output) The IDP's certificate data to verify the signature in the SAMLResponse issued by the IDP. Structure is documented below. The sp_certificates block contains:

Link copied to clipboard

Unique identifier for all SAML entities.