Because the extension will communicate with the on your behalf to retrieve details about the Applications you have configured in your , you will need to authorize its access.To authorize the extension:
If you’re following this guide, you should already be on the Installed Extensions view of Auth0 Dashboard > Extensions. Select Auth0 Authentication API Debugger to launch the extension. A consent dialog will appear, requesting access to your account.
Consent to allow the extension to access your account. After you consent, the extension launches.
Callback URL: The callback URL for this extension. You must also add this URL to the Allowed Callback URLs in the selected Application’s settings.
State: Optional state information that can be sent with the authentication flow.
Connection: The name of the connection with which you want to log in. You can use this parameter to bypass the main login screen and go directly for the login screen of the relevant .
After configuring the extension, you can execute any of the flows by selecting the OAuth2/OIDC view.
For some of the flows, you may need to specify more settings than those applied for the basic configuration. These settings will depend on which flow is being executed, so we suggest that you see the Auth0 Authentication API documentation to learn more about the applicable parameters for each flow.
Once you have executed a particular flow, you will see a screen that displays the information returned from Auth0. The exact information returned will depend on which flow was executed. An example of the results after executing a normal OAuth2/OIDC Login flow is as follows:
To execute another flow, select the Login view to return to the Configuration screen.