GetUserPoolIdentityProviderResult

data class GetUserPoolIdentityProviderResult(val attributeMapping: Map<String, String>? = null, val idpIdentifiers: List<String>? = null, val providerDetails: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(attributeMapping: Map<String, String>? = null, idpIdentifiers: List<String>? = null, providerDetails: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A mapping of IdP attributes to standard and custom user pool attributes. Specify a user pool attribute as the key of the key-value pair, and the IdP attribute claim name as the value.

Link copied to clipboard
val idpIdentifiers: List<String>? = null

An array of IdP identifiers, for example "IdPIdentifiers": [ "MyIdP", "MyIdP2" ] . Identifiers are friendly names that you can pass in the idp_identifier query parameter of requests to the Authorize endpoint to silently redirect to sign-in with the associated IdP. Identifiers in a domain format also enable the use of email-address matching with SAML providers .

Link copied to clipboard

The scopes, URLs, and identifiers for your external identity provider. The following examples describe the provider detail keys for each IdP type. These values and their schema are subject to change. Social IdP authorize_scopes values must match the values listed here.