Multiple error page urls

Hello!

We are using Auth0 with one tenant on multiple sites. Therefore, we must specify separate error pages for each application.

Is this possible?

Best regards,
Dominik Jais

Hi Dominik.
It’s not possible to configure different error pages for clients. The rationale behind this is that errors generated in Auth0 are related to the identity provider in general and not tied to a specific application (and, in many cases, the client identifier is not even available).

Some errors that are a consequence of the authorization process (like authorization denied because of a rule, a consent_required or login_required for a silent token request, and others) will be directly sent to the applications’ callback URL, assuming that an appropriate redirect_uri parameter was provided in the authorization request.