Customize JavaScript SDK logins and registrations
Much of the content on this page deals with a legacy feature of the <COMPANY_NICKNAME>> Identity Cloud (in this case, the JavaScript SDK). If you are currently an Identity Cloud customer and are using the JavaScript SDK, that SDK is still supported. However, if youโre new to the Identity Cloud the JavaScript SDK is no longer available. Instead, you should use Hosted Login for your login and registration needs. See Configure social login in Hosted Login to learn how to implement social login in Hosted Login.
Customize the user experience by doing such things as: changing the look of your forms and screens; specifying the language used on your screens; and indicating which user profile information should be collected when a user creates an account.
Customize JavaScript SDK logins and registrations
-
Manage custom fields
Are your JavaScript SDK forms missing something? Then take care of that by creating and deploying a custom field or two. -
Modify the user experience flow
Create your own forms, modify the user profile form, and even personalize the user experience. -
Add validations and related logic
Make a field a required field, add Captcha to a form, or implement age gating. -
Modify form styles and appearance
Use CSS (and a couple other tricks) to change the look of your screens. -
Add languages and locales
Render your screen text in a language other than US English. -
Manage multiple sites and brands
Multiple brands often requires you to use multiple flows.
Updated over 2 years ago