From 11f3b62af81d102a4baa9e450b61ff7073f5d17d Mon Sep 17 00:00:00 2001 From: Jonas Hendrickx Date: Thu, 20 Mar 2025 14:49:47 +0100 Subject: [PATCH] Update ApiKeyAuthenticationHandler.cs --- .../src/Scim/Utilities/ApiKeyAuthenticationHandler.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/bitwarden_license/src/Scim/Utilities/ApiKeyAuthenticationHandler.cs b/bitwarden_license/src/Scim/Utilities/ApiKeyAuthenticationHandler.cs index 57d4630c0a..6ebffb73cd 100644 --- a/bitwarden_license/src/Scim/Utilities/ApiKeyAuthenticationHandler.cs +++ b/bitwarden_license/src/Scim/Utilities/ApiKeyAuthenticationHandler.cs @@ -3,6 +3,7 @@ using System.Text.Encodings.Web; using Bit.Core.Enums; using Bit.Core.Repositories; using Bit.Scim.Context; +using Duende.IdentityModel; using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Authorization; using Microsoft.Extensions.Options;