Integrate authentication widget for self-service user registration
Provide self-service user registration by integrating CyberArk Identity's authentication widget.
Prerequisites
Configure authentication Widget:
Please refer to https://docs.cyberark.com/Product-Doc/OnlineHelp/idaptive/Latest/en/Content/Widgets/Create-Authentication-Widget.htm to get information on how to use widgets
To find your authentication widgets in the Admin Portal, navigate to Web apps > Widgets. Refer to the following figures for an example.
Sign-up form in Java angular sample app
Prerequisite
- Setup OpenID Connect (OIDC) custom application in CyberArk Identity tenant
- Install the CyberArk Identity Java-angular sample app
- Setup the Java-angular sample app
Please refer to https://github.com/cyberark/identity-demo-angular/tree/main/angular/src/app/loginWidget to see how an authentication widget can be embedded into a Java-angular app
The signup/sign-in card in the demo web app simulates Acme.com (dummy website) securing their end-user registration using the CyberArk Identity authentication widget respectively.

- On the click of the Sign up button, the CyberArk Identity Sign Up widget appears using which you can register and create an account.

Once the user is successfully signed up, the user is created in CyberArk Identity.
Updated about 1 year ago