mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #317] Support running behind proxy with HTTP Basic Auth #170
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#170
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @khimaros on GitHub (Dec 30, 2018).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/317
It would be great to allow delegating of credentials from HTTP Basic Auth to Bitwarden. If that is not possible, at least it would be helpful to preserve the credentials. Currently, the Basic Auth credentials are wiped when logging in via the web auth.
@mprasil commented on GitHub (Dec 30, 2018):
I'm not sure if that's really possible. The API is using hashed version of your master password to log you in.
@dani-garcia commented on GitHub (Dec 30, 2018):
I'm not sure we can do this without modifying the web vault. And we try not to do that as much as possible.
I don't think I understand the benefit of it either, if you are trying to put bitwarden_rs under some kind of third party authentication layer, that would break all the clients, and at best we could only fix the web vault. At the same time, it wouldn't provide any more security, as there is not much you can do in bitwarden_rs without an account in the first place.