Bala
Bala

Reputation: 65

Difference between authenticated and unauthenticated access in cognito identity pool?

Whats the difference between authenticated and unauthenticated access in Cognito identity pool. When we specify an on-premise identity provider in cognito identity pool, will user records be created again in cognito identity pool.? TIA.

Upvotes: 1

Views: 400

Answers (1)

Chris Williams
Chris Williams

Reputation: 35218

Authenticated access is where a user has successfully logged in using the credentials from the Cognito User Pool.

An unauthentcated access user is basically an anonymous user. This means temporary credentials can be used to retrieve access to AWS services that would be serving public content that should not be behind any security wall.

Upvotes: 1

Related Questions