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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ