SamlSpConfigResponse

data class SamlSpConfigResponse(val assertionConsumerServiceUri: String, val entityId: String)

SAML SP (service provider) configuration.

Constructors

Link copied to clipboard
fun SamlSpConfigResponse(assertionConsumerServiceUri: String, entityId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The SAML Assertion Consumer Service (ACS) URL to be used for the IDP-initiated login. Assumed to accept response messages via the HTTP-POST binding.

Link copied to clipboard

The SAML Entity ID for this service provider.