Skip to main content
If your callback URL is valid, when an authorization error occurs, the returns the appropriate error and state parameters to your callback URL. In cases where your callback URL is invalid, your application will display the default generic Auth0 error page. Alternatively, you can customize the error pages. To learn more, read Custom Error Pages. To find the default page name for the generic error page, see Use Version Control to Manage Your Universal Login Pages.

Display

The generic error page displays the following information if you have configured the associated fields in your Tenant Settings.

Parameters

The Authorization Server returns parameters appended to the URL as a query string. Parameters presented vary depending on the error type and are specific to the request. For example, if the request did not contain a client_id and resulted in an error, no will be returned by the error page.

Learn more