External User creation in Cognito

0

We have single sign on implemented for internal users, but we want to create external users programatically , not via console. Whats the best way to implement

1개 답변
0

Hi,

I understand that you want to implement a Single Sign On using Cognito for external Users programatically.

Programatically this can be implemented by any Framework of your choice. You can use the Amplify Framework using the attached document[1].

As a workaround, I have replicated the above statement using Angular Framework.

  • Create and configure a user pool on Amazon Cognito.
  • Create an Angular application.
  • Add the signin and signup pages in the Angular application.
  • Add the Angular application and validated the user's signup on Amazon Cognito.

I have attached a third party documentation [2][3] to programatically implement the above mentioned, you can also implement the above by React Framework[4].

I hope this helps

Resources:-

[1] https://docs.amplify.aws/lib/auth/getting-started/q/platform/js/

[2] https://dev.to/rodrigokamada/authentication-using-the-amazon-cognito-to-an-angular-application-ilh

[3] https://www.syncfusion.com/blogs/post/implementing-sso-with-angular-and-aws-cognito.aspx

[4] https://blog.logrocket.com/authentication-react-aws-amplify-cognito/

답변함 2년 전
  • Thanks, but we already have implemented single sign on, I was asking about EXTERNAL Users, who dont have single sign on.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠