1 Answer
- Newest
- Most votes
- Most comments
0
Hi,
you need to do 2 operations towards Cognito Federated Identities see https://docs.aws.amazon.com/cognito/latest/developerguide/authentication-flow.html:
- A call to
getIdpassing the Identity JWT issued by Cognito User pool : https://docs.aws.amazon.com/cognitoidentity/latest/APIReference/API_GetId.html - A call to
getCredentialsForIdentitypassing the identity ID obtained from the first call and the Identity JWT issued by Cognito User pool: https://docs.aws.amazon.com/cognitoidentity/latest/APIReference/API_GetCredentialsForIdentity.html
for more details, please look at this example: https://catalog.workshops.aws/wyld-pets-cognito/en-US/60-lab3-identity-pools-sdk
Jeff
Relevant content
- asked 3 years ago
