mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-22 16:14:20 -05:00
[PR #6263] [MERGED] Change OIDC dummy identifier #23281
Reference in New Issue
Block a user
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/6263
Author: @Timshel
Created: 9/1/2025
Status: ✅ Merged
Merged: 10/13/2025
Merged by: @BlackDex
Base:
main← Head:fix/dummyIdentifier📝 Commits (4)
0e57f05Change OIDC dummy identifier3b3316dUpdate src/sso.rs2941f82Use Org uuid as identifier4fb6cb6Merge branch 'main' into fix/dummyIdentifier📊 Changes
3 files changed (+9 additions, -9 deletions)
View changed files
📝
src/api/core/accounts.rs(+1 -1)📝
src/api/core/organizations.rs(+7 -7)📝
src/sso.rs(+1 -1)📄 Description
The main use of the fake identifier is to return a value in
Organizations::get_auto_enroll_statusto allow bypassing the screen which would otherwise ask for one.Though that the current value was a bit too simple and run the risk of someone creating an Organization with the same name.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.