mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[PR #6491] adds sso_identifier to /admin/users #3795
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#3795
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?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/6491
Author: @Katzenkralle
Created: 11/24/2025
Status: 🔄 Open
Base:
main← Head:sso_identifier📝 Commits (9)
b30819aadds sso_identifier to /admin/users3fa90ccreturn same json object for all user queries745f7dbpass formatting checkscc6866fMerge branch 'main' into sso_identifier42a7b66use camelCase keys for get_users_property5ba2860moved SsoUser from get_user_or_404 to get_sso_user245d263removed get_sso_user1629217in enrich_users_json, moved never active notice to template07f39d8Merge branch 'main' into sso_identifier📊 Changes
3 files changed (+48 additions, -42 deletions)
View changed files
📝
src/api/admin.rs(+25 -34)📝
src/db/models/user.rs(+9 -0)📝
src/static/templates/admin/users.hbs(+14 -8)📄 Description
Includes
sso_identifierin JSON return of/admin/usersFixes #6413
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.