Can i use Id token, access token, refresh token in User pool to identity pool?

0

Question: Can i use Id token, access token, refresh token in User pool to identity pool?

i making code login to Developer authenticated identities

but official document, i read Using Token on Amazon User pool no have Token in Amazon Identity pool

if login Developer authenticated identities and expire access token, then Automatically provide access Token without making the user restart it?

已提問 2 年前檢視次數 485 次
1 個回答
0

Your question is a bit unclear. But when you pass your User Pool token to the Identity Pool, the Identity Pool calls the STS AssumeRoleWithWebIdentity API call to return temporary access credentials to the user.[1] The Identity Pool doesn't do anything else with OpenID token provided by the User Pool.

[1] https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/CognitoIdentityCredentials.html

AWS
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南