I’m trying to set up a customized UI for the authentication error a user will receive when they try to access an expired reset password link. I know that in the dashboard (under tenant settings), you can set a URL that users will be redirected to instead of the generic authentication error page, but is there no way to customize the generic page at all?
Hi @tfzhang,
It’s possible but it’s a little trickier. By default when you choose a “Custom Error Page” in your tenant setting you must specify a URL in the Web Dashboard. Nevertheless, you can also change your Custom Error Page by using the Management API to update your settings.
This way you can specify a “html” instead of a “url”. So by using the API you can set a custom URL like this:
Thank you for the response. I changed the error page HTML before but the authentication/generic error is still returned after trying to access an expired reset password link.
I believe changing the URL for the custom error page does work to change the page that the user sees after trying to access an expired reset password link, but wondering if we can have the user instead see the HTML that I set through the management API?