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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠