Gatekeeper redirect to a page on access forbidden

Hello Community Members,

I would like gatekeeper to redirect to a specific forbidden page (i.e. related keycloak “access forbidden” page for example) in case access is forbidden, rather than just returning 403 status. Is this possible?

thanks!

You can’t redirect, but you can return own forbidden page:

forbidden-page: /<path>/my-own-forbidden.html.tmpl
1 Like

thanks a lot for the answer!