DomainSamlOptionsSamlOptionsIdp

data class DomainSamlOptionsSamlOptionsIdp(val entityId: String, val metadataContent: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique Entity ID of the application in SAML Identity Provider.

Link copied to clipboard

The Metadata of the SAML application in xml format.