Parameter | Description |
---|---|
client_id | Identifier of the Auth0 application. |
connection | Connection used at the time of error. |
lang | Language set for use at the time of error. |
error | Error code of the error. |
error_description | Description of the error. |
tracking | Identifier used by Auth0 to find errors in internal logs. |
client_id
, the Authorization Server will not return the client_id
parameter.
{mgmtApiAccessToken}
placeholder value with your Management API , and update the value of the url
field in the JSON body to point to the location of the error page.
Value | Description |
---|---|
MGMT_API_ACCESS_TOKEN | Access Token for the Management API with the scope update:tenant_settings . |
show_log_link | Indicates whether to show a link to the error in your tenant logs. Valid values are true and false . |
url | Location of the custom error page to which you want to redirect. |
{mgmtApiAccessToken}
placeholder value with your Management API Access Token, and update the value of the html
field in the JSON body to a string containing the HTML of your page.
You can use Liquid syntax to include the following variables:
{client_id}
{connection}
{lang}
{error}
{error_description}
{tracking}
Value | Description |
---|---|
MGMT_API_ACCESS_TOKEN | Access Token for the Management API with the scope update:tenant_settings . |
show_log_link | Indicates whether to show a link to the error in your tenant logs. Valid values are true and false . |
html | HTML of the custom error page you want to render. |