1
0
mirror of https://github.com/bitwarden/server synced 2025-12-23 11:43:23 +00:00

fix(sso): Revert [deps] Auth: Update Duende.IdentityServer to 7.1.0

This reverts commit 4c5bf495f3.

(cherry picked from commit 465ec08f3a)
(cherry picked from commit 6ec9bfe15c)
This commit is contained in:
Todd Martin
2025-04-22 10:02:47 -04:00
committed by Todd Martin
parent 956d6b946f
commit efc78305bf
19 changed files with 19 additions and 19 deletions

View File

@@ -5,9 +5,9 @@ using Bit.Core.Entities;
using Bit.Core.Models.Api;
using Bit.Core.Repositories;
using Bit.Identity.Models;
using Duende.IdentityModel;
using Duende.IdentityServer;
using Duende.IdentityServer.Services;
using IdentityModel;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Localization;
using Microsoft.AspNetCore.Mvc;