Create Identity Provider

POST {{aws_cognito_identity_provider_base_url}}/?Action=CreateIdentityProvider

Request Params

KeyDatatypeRequiredDescription
ActionstringA mapping of identity provider attributes to standard and custom user pool attributes.

Request Body

{"AttributeMapping"=>{"string"=>"string"}, "IdpIdentifiers"=>["string"], "ProviderDetails"=>{"string"=>"string"}, "ProviderName"=>"string", "ProviderType"=>"string", "UserPoolId"=>"string"}