[PR #7246] Fix enforce blocked #24777

Open
opened 2026-05-22 02:26:30 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/7246
Author: @Timshel
Created: 5/20/2026
Status: 🔄 Open

Base: mainHead: fix/block


📝 Commits (1)

📊 Changes

3 files changed (+38 additions, -19 deletions)

View changed files

📝 src/api/icons.rs (+1 -1)
📝 src/http_client.rs (+29 -15)
📝 src/sso_client.rs (+8 -3)

📄 Description

Do not enforce the block rules when calling the SSO provider.
Should fix https://github.com/dani-garcia/vaultwarden/issues/7242

Added some log to the sso_client to help debugging.


🔄 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/7246 **Author:** [@Timshel](https://github.com/Timshel) **Created:** 5/20/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix/block` --- ### 📝 Commits (1) - [`3916c3c`](https://github.com/dani-garcia/vaultwarden/commit/3916c3c1b02e07f95c48aeec0ce66e116f772748) Fix enforce blocked ### 📊 Changes **3 files changed** (+38 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `src/api/icons.rs` (+1 -1) 📝 `src/http_client.rs` (+29 -15) 📝 `src/sso_client.rs` (+8 -3) </details> ### 📄 Description Do not enforce the block rules when calling the SSO provider. Should fix https://github.com/dani-garcia/vaultwarden/issues/7242 Added some log to the `sso_client` to help debugging. --- <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-05-22 02:26:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#24777