-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Thanks for all the work you've done but am having an issue with mapping.
This part of the first example doesn't seem to work:
Config.credentials = new CognitoIdentityCredentials({ IdentityPoolId: appConfig.IdentityPoolId, Logins: { [
cognito-idp.${appConfig.region}.amazonaws.com/${appConfig.UserPoolId}]: result.getIdToken().getJwtToken() } });
On my online dashboard for that userpool I can't see that specific user being logged in.
Same happens when am trying to map back a facebook access token to generate a JWT token from the session.
Any Ideas?
Metadata
Metadata
Assignees
Labels
No labels