[PR #6761] [MERGED] Empty AccountKeys when no private key #7475

Closed
opened 2026-03-07 21:18:13 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/6761
Author: @Timshel
Created: 1/26/2026
Status: Merged
Merged: 2/1/2026
Merged by: @dani-garcia

Base: mainHead: fix/sso-creation


📝 Commits (1)

  • 4ea16e3 Empty AccountKeys when no private key

📊 Changes

1 file changed (+12 additions, -8 deletions)

View changed files

📝 src/api/identity.rs (+12 -8)

📄 Description

When creating a user using SSO the user key is not initialized, returning the object with null values break the onboarding with an error Response must contain a valid publicKey.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/6761 **Author:** [@Timshel](https://github.com/Timshel) **Created:** 1/26/2026 **Status:** ✅ Merged **Merged:** 2/1/2026 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `fix/sso-creation` --- ### 📝 Commits (1) - [`4ea16e3`](https://github.com/dani-garcia/vaultwarden/commit/4ea16e3e0e5eac90bccafaf017b911a48ce98b1e) Empty AccountKeys when no private key ### 📊 Changes **1 file changed** (+12 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `src/api/identity.rs` (+12 -8) </details> ### 📄 Description When creating a user using SSO the user key is not initialized, returning the object with `null` values break the onboarding with an error `Response must contain a valid publicKey`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-07 21:18:13 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#7475