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 Answer
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
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions