dongyu5482 2016-07-29 13:24
浏览 307
已采纳

AWS Cognito API身份验证流程SDK

I am trying to figure out what is the authentication flow with AWS Cognito (from a golang client for instance, or python with Boto). Basically registered user gets a token from Cognito and uses it to log in to the app server.

Simple Auth Flow with Cognito

What I figured out so far:

  1. User sign in with SignUp()
  2. User Code Verification with ConfirmSignUp()
  3. How does the user get its token?
  4. How does the user provide it's token to a 3rd party server?
  5. How does the 3rd party server verify the user token ?

The official documentation is talking about Authentication Challenge but I do not see it in the Golang or Python API libraries. How can I validate steps 3, 4 and 5 please ?

Thank you very much in advance

API Doc: https://docs.aws.amazon.com/sdk-for-go/api/service/cognitoidentityprovider http://boto3.readthedocs.io/en/latest/reference/services/cognito-idp.html

  • 写回答

1条回答 默认 最新

  • dousu8456 2016-08-01 08:40
    关注

    I found what I needed here:docs.aws.amazon.com/cognito/latest/developerguide/… page 70.

    There is not an actual implementation example but this is way good enough to understand the process.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
编辑
预览

报告相同问题?

手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部