amazon-archives / amazon-cognito-auth-js

The Amazon Cognito Auth SDK for JavaScript simplifies adding sign-up, sign-in with user profile functionality to web apps.
Apache License 2.0
424 stars 232 forks source link

Fixed IdentityProvider example #104

Closed RickvdP closed 6 years ago

RickvdP commented 6 years ago

The provider names actually need to be lowercase and don't work capitalised.

RickvdP commented 6 years ago

Whoops, mistake on my end, I've seen to have mixed the amazon-cognito-identity-js configuration with this repo, disregard :).

yuntuowang commented 6 years ago

Hi @RickvdP, we tested and the 'Facebook' works as the Identity provider parameter.