Details of error when redirecting to custom error page

Hi,

Is there a way to access the “technical details” of the error which are visible on the default error page (e.g. “invalid_request: missing client parameter”) if I instead redirect users to a custom error page?

I would like to be able to display these “technical details” on my custom error page.

Thanks.

If you configure a redirection for the error page then the configured URL should receive the information about the error event through query parameters. In particular, the information you mentioned should be available in error and error_description parameters if I recall correctly.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.