SAMLParamsResponse

data class SAMLParamsResponse(val certificate: String, val entityId: String, val ssoUri: String, val userEmail: String)

Message storing SAML params to enable Google as IDP.

Constructors

Link copied to clipboard
fun SAMLParamsResponse(certificate: String, entityId: String, ssoUri: String, userEmail: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

SAML certificate

Link copied to clipboard

Entity id URL

Link copied to clipboard

Single sign-on URL

Link copied to clipboard

Email address of the first admin users.