DomainIdp

data class DomainIdp(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 the SAML identity provider.

Link copied to clipboard

The metadata of the SAML application, in XML format.