FederationParameters

Configuration information when authentication mode is FEDERATED.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The redirect or sign-in URL that should be entered into the SAML 2.0 compliant identity provider configuration (IdP).

Link copied to clipboard

SAML attribute name and value. The name must always be Email and the value should be set to the attribute definition in which user email is set. For example, name would be Email and value http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress. Please check your SAML 2.0 compliant identity provider (IdP) documentation for details.

Link copied to clipboard

Name of the identity provider (IdP).

Link copied to clipboard

The Uniform Resource Name (URN). Also referred as Service Provider URN or Audience URI or Service Provider Entity ID.

Link copied to clipboard

SAML 2.0 Metadata document from identity provider (IdP).

Link copied to clipboard

Provide the metadata URL from your SAML 2.0 compliant identity provider (IdP).

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String