traek
(Traek Malan)
August 28, 2024, 11:08pm
1
I’ve checked out the documentation at
I’m attempting to configure the browser extension for Password Manager with the self-hosted URL already filled in. Is this not possible?
This looks possible from the Admin Console:
However, after trying this, it doesn’t produce any policy in Chrome:
So it looks like it’s expecting a policy called ‘environment’ but it doesn’t seem to have accepted what I set. Other changes outside of the ‘Policy for extensions’ field work nicely (and propagate quickly).
Any ideas?
Did you ever find a solution to this? I am having the same issue exactly.
Guy1
January 17, 2025, 9:41am
4
For anyone looking for this in the “Policy for extensions” section, show in the screenshot above.
Just copy and paste the below, changing your server of course
{
"nngceckbapebfimnlniiiahkandclblb": {
"Value": {
"environment": {
"base": "https://your.vaultwardenserver.com"
}
}
}
}
Guy1
February 10, 2025, 10:36am
5
Not sure if something changed but the above doesn’t work anymore.
You’ll need:
{
"environment": {
"Value": {
"base": "https://your.server.com"
}
}
}
system
(system)
Closed
March 12, 2025, 10:36am
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.