Cognito authentication in a secure VoD platform

0

Within a secure AWS video-on-demand platform, the goal is to authenticate users that can get access to content stored in s3.

If there is a different service for authenticating users, how can one integrate that with AWS? Will this be in addition to Cognito or replace Cognito with the other authenticator?

Are there specific steps to follow to accomplish this task?

This is the architecture diagram for aws service: https://aws.amazon.com/blogs/media/creating-a-secure-video-on-demand-vod-platform-using-aws/

1 回答
1

The answer to your question is to use Identity pools in conjunction to user pool . Identity pool provides temporary AWS credentials which will provide access to s3 objects.

https://docs.aws.amazon.com/cognito/latest/developerguide/identity-pools.html

profile pictureAWS
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容