始める前に
以下が必要です。
- ユニバーサルログインが構成されたAuth0開発テナント。
- カスタムドメイン構成のアプリケーション。
- ローカルホスト上で動作する開発用アプリまたはサンプルアプリ(Reactサンプルアプリなど)
- Identifier First認証が有効になっている
- パスワードを使用するデータベース接続
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:
accordion.expand_all/accordion.collapse_all
Add Custom Prompts
Add Custom Prompts
POST
payload now includes ulp-firstName
.