Create Identity Provider
POST {{aws_cognito_identity_provider_base_url}}/?Action=CreateIdentityProvider
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | A 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"}