Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

103
Vistas
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.

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

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;
over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda