User Pool Identity Provider
Resource Type definition for AWS::Cognito::UserPoolIdentityProvider
Properties
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.
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 .
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.
The name that you want to assign to the IdP. You can pass the identity provider name in the identity_provider
query parameter of requests to the Authorize endpoint to silently redirect to sign-in with the associated IdP.
The type of IdP that you want to add. Amazon Cognito supports OIDC, SAML 2.0, Login With Amazon, Sign In With Apple, Google, and Facebook IdPs.
The Id of the user pool where you want to create an IdP.