Jump to content

Aws cognito userpool help


kattularattayya2

Recommended Posts

This is not mainly for AWS side but mostly for lambda function to connect to the cognito. For user authorization, have you ever used AWS cognito?. Have you developed Lambda functions to connect to the userpool?. 
I would really appreciate if you or anyone can help me with this. 
 

Link to comment
Share on other sites

17 minutes ago, kattularattayya2 said:

This is not mainly for AWS side but mostly for lambda function to connect to the cognito. For user authorization, have you ever used AWS cognito?. Have you developed Lambda functions to connect to the userpool?. 
I would really appreciate if you or anyone can help me with this. 
 

u just need to use the  `AUTH` LIBRARY IF U R USING NODEJS.

and provide the userpool, clientid, details, and define ur scope according to the userpool settings and pass

there are two parts... authentication and authorization.

authentication, userpool is enough, authorization u need identitypool as well associate it with the proper iam policy and role.

snippet tutorial for nodejs userpool/idpool interaction...

https://medium.com/@prasadjay/amazon-cognito-user-pools-in-nodejs-as-fast-as-possible-22d586c5c8ec

Link to comment
Share on other sites

17 minutes ago, kattularattayya2 said:

thanks for your reply buddy. 
We aren’t using node js. 
we use angular for the front end. But this work has to be done in c#.

angular front end...

c# backend aa...adem combo..?

Link to comment
Share on other sites

18 minutes ago, kattularattayya2 said:

thanks for your reply buddy. 
We aren’t using node js. 
we use angular for the front end. But this work has to be done in c#.


 

even c# is similar..all u need is used the userpool/client id details in the webconfig...and follow the protocol..

https://github.com/aws/aws-aspnet-cognito-identity-provider

https://aws.amazon.com/blogs/mobile/use-csharp-to-register-and-authenticate-with-amazon-cognito-user-pools/

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...