Replies: 2 comments 3 replies
-
The best way I have found to do this is to edit the provider and make a blanket regex in the "unauthenticated paths" section for all paths like "^/.*" If anyone has a better or more elegant way to recommend I would appreciate it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
What you want is possible but not optimal as authentik really is best utilized behind a reverse proxy of some sort. But you are on the right track with regex, you could use negative lookahead |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Attempting to migrate from Authelia + NPM to Authentik built in reverse proxy to reduce complexity... I think I can do this via the Authorization Policy Bindings but I cant seem to figure out how? Currently no policy or user/group is required but you must still put in a userid/pass into authentik.
Related question, I use Vaultwarden with its own internal list of users and auth. I want to allow any traffic to that application https://vaultwarden.example/#/ but I would like to restrict the administration portal https://vaultwarden.example/admin/ via a policy binding.
Beta Was this translation helpful? Give feedback.
All reactions