Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

98
Views
Authentication using Amazon User Pools

I am new to user pools and used federated identities in the past. Do we still use the Unauth and Auth Roles of IAM? How does this work? I want a user to be able to just signUp and pass in some attributes (like username and email that are unique) and then signIn with them and get access to various AWS resources? Say a user signs in and then can upload a file to S3. Thanks.

about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

That should be possible. To get credentials to access AWS resources for your user pool user, first associate your user pool with an identity pool through the AWS Console, and then provide AWSCognitoIdentityUserPool to your AWSCognitoCredentialsProvider (in iOS).

After you configure the identity pool association, get AWS credentials into your app by providing AWSCognitoIdentityUserPool to your AWSCognitoCredentialsProvider.

AWSCognitoCredentialsProvider *credentialsProvider = [[AWSCognitoCredentialsProvider alloc] initWithRegionType:AWSRegionUSEast1 identityPoolId:@"IDENTITY_POOL_ID" identityProviderManager:pool];
AWSServiceConfiguration *defaultServiceConfiguration = [[AWSServiceConfiguration alloc] initWithRegion:AWSRegionUSEast1
        credentialsProvider:credentialsProvider];
AWSServiceManager.defaultServiceManager.defaultServiceConfiguration = defaultServiceConfiguration;
about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!