Browse Source

Add Amazon Cognito to the list of supported providers

pull/1601/head
emanuelecastelli 4 years ago
committed by GitHub
parent
commit
67b6811018
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationProviders.xml

8
src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationProviders.xml

@ -13,6 +13,14 @@
Description="The team ID associated with the developer account" />
</Provider>
<Provider Name="Cognito" Documentation="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-reference.html">
<Environment Issuer="https://cognito-idp.{region}.amazonaws.com/{userPoolId}" />
<Setting PropertyName="Region" ParameterName="region" Type="String" Required="true"
Description="The AWS region" />
<Setting PropertyName="UserPoolId" ParameterName="identifier" Type="String" Required="true"
Description="The User Pool ID" />
</Provider>
<Provider Name="Deezer" Documentation="https://developers.deezer.com/api/oauth">
<!--
Note: the Deezer documentation describes an implementation with important deviations from the OAuth 2.0 standard,

Loading…
Cancel
Save