Skip to content

Can Bitwarden access vaultwarden through authentik or security proxy? #4611

Answered by crowley69
SpiderUnderUrBed asked this question in Q&A
Discussion options

You must be logged in to vote

I hope this proves useful.

My Vaultwarden is in a docker container behind nginx, and it is setup in authentik as a Forward auth proxy provider.
I am able to protect Vaultwarden web vault as well as the admin page while being able to use the Bitwarden app/extension normally by allowing the API to bypass authentik.

In Authentik > Provider > Advanced protocol settings > Unauthenticated Paths
I simply allowed the API by adding ^/api/.* to the Unauthenticated Paths, I also allowed a few other paths as well:

^/api/.*
^/wl/.*
^/identity/.*
^/images/.*

With this the Bitwarden app will bypass authentik flow, but you won't be able to use the web vault login, admin page or sends without authenticat…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by SpiderUnderUrBed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants