InboundSamlConfigSpConfig

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

Constructors

Link copied to clipboard
constructor(callbackUri: String? = null, spCertificates: List<InboundSamlConfigSpConfigSpCertificate>? = null, spEntityId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val callbackUri: String? = null

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
val spEntityId: String? = null

Unique identifier for all SAML entities.