mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-02 22:57:18 -05:00
External ID not being set via Web Interface #1223
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
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#1223
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 @jsbrain on GitHub (Feb 20, 2022).
Subject of the issue
Not sure if it's just me, but setting an external id on collections via web-interface doesn't actually set an external id. Querying the data via cli results in it still being null, also when clicking the form again it also doesn't show a value there.
Still shows the notification that the collection has been saved successfully.
Can anyone confirm?
Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: ADMIN_TOKEN
@BlackDex commented on GitHub (Feb 20, 2022):
The external_id is only useful via the Bitwarden API, which Vaultwarden does not (yet) support.
If and when that will be implemented this specific feature will probably be also added.