I created a cognito user-pool, Im using Google,Facebook as identity provider for sign up, Google works fine, but with Facebook i got an error.
Cognito generate Facebook;s button then the user login and allows share it information and email, but when aws Cognito recives the user's profile information don't create the user and return a error "userName mapping requiered" but on configuration I already mapped it, as the documentation especify.
Error from Cognito
Asked
Active
Viewed 791 times
2

Jimmy Valverde
- 21
- 2
1 Answers
1
The problem caused by App Secret proof for API calls
in the advanced settings of the Facebook App.
Set it to No
.
Refer to the following link:
API calls from the server require an appsecret_proof argument

Giroud
- 11
- 1