#Unauthenticated URL's with Domain Level forward auth

1 messages · Page 1 of 1 (latest)

jaunty nexus
#

Can anyone help me with my unauthenticated urls for a domain level forward auth I have setup for Paperless NGX? Everything works fine except the mobile app when I enable authentik. I get the below error:

[django.request] Forbidden: /api/token/

I currently have this regex in my unauthenticated URL's:

^https:\/\/paperless\.mydomain\.com\/api\/token\/?
unkempt lotus
jaunty nexus
unkempt lotus
#

The unauthenticated paths section just tells authentik which enpoints not to protect with the login screen. With passing the api endpoint, you allow the api through authentik

#

if you are using a middle man like npm or traefik, someone else will have to help with your config issues if you have any.