Creates an identity provider for a user pool.
cognitoidentityprovider_create_identity_provider(UserPoolId,
ProviderName, ProviderType, ProviderDetails, AttributeMapping,
IdpIdentifiers)
[required] The user pool ID.
[required] The identity provider name.
[required] The identity provider type.
[required] The identity provider details, such as MetadataURL
and MetadataFile
.
A mapping of identity provider attributes to standard and custom user pool attributes.
A list of identity provider identifiers.
svc$create_identity_provider( UserPoolId = "string", ProviderName = "string", ProviderType = "SAML"|"Facebook"|"Google"|"LoginWithAmazon"|"OIDC", ProviderDetails = list( "string" ), AttributeMapping = list( "string" ), IdpIdentifiers = list( "string" ) )