IdentityProviderType
A user pool identity provider (IdP). Contains information about a third-party IdP to a user pool, the attributes that it populates to user profiles, and the trust relationship between the IdP and your user pool.
Types
Properties
A mapping of IdP attributes to standard and custom user pool attributes.
The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date
object.
A list of IdP identifiers. IdP identifiers are strings that represent friendly names or domain names of IdPs, for example MyIdP
or auth.example.com
. You can choose to route user authorization requests to the right IdP with either IdP identifiers or IdP names. For more information, see identity_provider
and idp_identifier
at Authorize endpoint.
The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date
object.
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.
A friendly name for the IdP.
The type of IdP. Either SAML, OIDC, or a named social identity provider.
The ID of the user pool associated with the IdP.