Hi everyone! I have a problem to find the document...
# talk-oathkeeper
f
Hi everyone! I have a problem to find the documentation how to write several error handlers for redirect. I have a case that when someone is not authenticated (session is undefined) then user should be redirect to the login page, and then if user hasn't given permission level (checked by Keto by
remote_json
in authorizer handler) then redirect to the page which will describe problem. I can use
json
handler for the authorization case, but it will be nice to have nice UX 🙂 Is it possible? Thanks in advance!