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

posta 2 anni fa657 visualizzazioni
1 Risposta
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/

con risposta 2 anni fa
  • Thanks, but we already have implemented single sign on, I was asking about EXTERNAL Users, who dont have single sign on.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande