Updates identity provider information for a user pool.
cognitoidentityprovider_update_identity_provider(UserPoolId,
ProviderName, ProviderDetails, AttributeMapping, IdpIdentifiers)
A list with the following syntax:
list(
IdentityProvider = list(
UserPoolId = "string",
ProviderName = "string",
ProviderType = "SAML"|"Facebook"|"Google"|"LoginWithAmazon"|"SignInWithApple"|"OIDC",
ProviderDetails = list(
"string"
),
AttributeMapping = list(
"string"
),
IdpIdentifiers = list(
"string"
),
LastModifiedDate = as.POSIXct(
"2015-01-01"
),
CreationDate = as.POSIXct(
"2015-01-01"
)
)
)
[required] The user pool ID.
[required] The identity provider name.
The identity provider details to be updated, such as MetadataURL
and
MetadataFile
.
The identity provider attribute mapping to be changed.
A list of identity provider identifiers.
svc$update_identity_provider(
UserPoolId = "string",
ProviderName = "string",
ProviderDetails = list(
"string"
),
AttributeMapping = list(
"string"
),
IdpIdentifiers = list(
"string"
)
)