View source: R/cognitoidentityprovider_operations.R
cognitoidentityprovider_update_identity_provider | R Documentation |
Updates IdP information for a user pool.
See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_update_identity_provider/ for full documentation.
cognitoidentityprovider_update_identity_provider(
UserPoolId,
ProviderName,
ProviderDetails = NULL,
AttributeMapping = NULL,
IdpIdentifiers = NULL
)
UserPoolId |
[required] The user pool ID. |
ProviderName |
[required] The IdP name. |
ProviderDetails |
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
OpenID Connect (OIDC) Amazon Cognito accepts the following elements when it can't discover
endpoint URLs from Create or update request:
Describe response:
SAML Create or update request with Metadata URL:
Create or update request with Metadata file:
The value of Describe response:
LoginWithAmazon Create or update request:
Describe response:
Create or update request:
Describe response:
SignInWithApple Create or update request:
Describe response:
Create or update request:
Describe response:
|
AttributeMapping |
The IdP attribute mapping to be changed. |
IdpIdentifiers |
A list of IdP identifiers. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.