Learn how to use issue an Auth0 access token during authsignal flows like passkey auto-fill
Navigate to the Auth0 dashboard Database Connections page
Create a new custom database connection.
Complete the form with the following values
New custom database connection configuration.
Configure the custom database action script
Navigate to the custom database section.
Add your Authsignal secret key to database settings.
Create a regular web application
Navigate to the Auth0 Application section
Application connections.
Turn on the authsignal custom database connection
The authsignal custom database is turned on for the application.
Navigate to the Settings tab, scroll down and expand the advanced settings section and click on Grant Types
Navigate to advanced settings.
Initiate Passkey auto-fill on the client side
Validate the Authsignal token and call Auth0 Resource Owner Password Grant API to issue an access token
scope
values of openid profile email
, and had a placeholder for the audience
value, but you’ll have to configure the appropriate values for your application.