Originally created by @khimaros on GitHub (Dec 30, 2018).
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.
Originally created by @khimaros on GitHub (Dec 30, 2018).
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.
I'm not sure if that's really possible. The API is using hashed version of your master password to log you in.
@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.
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.
@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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @khimaros on GitHub (Dec 30, 2018).
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.