InboundSamlConfigIdpConfig

data class InboundSamlConfigIdpConfig(val idpCertificates: List<InboundSamlConfigIdpConfigIdpCertificate>, val idpEntityId: String, val signRequest: Boolean? = null, val ssoUrl: String)

Constructors

Link copied to clipboard
constructor(idpCertificates: List<InboundSamlConfigIdpConfigIdpCertificate>, idpEntityId: String, signRequest: Boolean? = null, ssoUrl: String)

Types

Link copied to clipboard
object Companion

Properties

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

Link copied to clipboard
val signRequest: Boolean? = null

Indicates if outbounding SAMLRequest should be signed.

Link copied to clipboard

URL to send Authentication request to.