SAMLIdpResponse

data class SAMLIdpResponse(val entityId: String? = null, val metadataContent: String? = null)

Definition of SAMLIdp

Constructors

Link copied to clipboard
constructor(entityId: String? = null, metadataContent: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val entityId: String? = null

The unique entity ID of the application in the SAML identity provider.

Link copied to clipboard
val metadataContent: String? = null

The metadata of the SAML application, in XML format.