Before you start
You need:
- An Auth0 development tenant configured with Universal Login and custom domain.
- Enable Identifier First Authentication on your tenant to render the ACUL Login ID screen.
- A development application or an Auth0 SDK sample application on
localhost
for Auth0 authentication. - A database connection to authenticate users.
- An Auth0 ACUL sample application to render the ACUL screens.
Setup
In your , set up Universal Login, Identifier First Authentication, and a Database Connection that uses passwords. Run Auth0’s single-page ACUL boilerplate application by executing the code below, which provides additional context for Advanced Customizations interfaces.auth0-acul-react-boilerplate
folder and install the Advanced Customizations SDK.
Build the signup-id screen
Complete the Build Identifier First Signup with Password guide.Add a custom prompt field
In your Signup IDindex.tsx
file, add the following code:
Add Custom Prompts
Add Custom Prompts
POST
payload now includes ulp-firstName
.