DHI.Services.Security.WebApi 17.0.1

Prefix Reserved
dotnet add package DHI.Services.Security.WebApi --version 17.0.1
                    
NuGet\Install-Package DHI.Services.Security.WebApi -Version 17.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DHI.Services.Security.WebApi" Version="17.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DHI.Services.Security.WebApi" Version="17.0.1" />
                    
Directory.Packages.props
<PackageReference Include="DHI.Services.Security.WebApi" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DHI.Services.Security.WebApi --version 17.0.1
                    
#r "nuget: DHI.Services.Security.WebApi, 17.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DHI.Services.Security.WebApi@17.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DHI.Services.Security.WebApi&version=17.0.1
                    
Install as a Cake Addin
#tool nuget:?package=DHI.Services.Security.WebApi&version=17.0.1
                    
Install as a Cake Tool

Web API for security services.

  • v 4.0.0 - Replaced Newtonsoft.Json with System.Text.Json
  • v 4.0.1 - IP Whitelist Supports Proxies Containers
  • v 4.0.2 - Added removed mail, refresh token and user group repositories back
  • v 4.1.0-rc1 - Added Login Attempt Policy (IEC)
  • v 4.1.0-rc2 - Added Enable/Disable Accounts (IEC)
  • v 4.1.0-rc3 - Improved Strength of Password(IEC)
  • v 4.1.0-rc4 - Bug fixes related to IEC tasks
  • v 5.0.0-rc1 - ILogger replacement(IEC)
  • v 5.0.0-rc2 - IEC Authentication and ILogger Try Pattern Merged
  • v 5.0.0-rc3 - Bug fixes
  • v 5.0.0-rc4 - IEC Security Web Api UI Integration & Core System.Text.Json Version Update
  • v 5.0.4 - To delete unused import DHI.Services.Logger
  • v 6.0.0 - Create a restriction to a non admin user access
  • v 7.0.0 - Change target framework to .NET 8.0
  • v 7.0.1 - Fix GET Me endpoint for NameIdentifier error at release mode
  • v 7.0.2 - Upgrade Domain Services Packages
  • v 7.0.3 - Add IClaimsSet for ClaimsSet Customization
  • v 7.0.4 - Update WebApiCore
  • v 7.0.5 - Remove GetPasswordHistory endpoint for security reasons
  • v 7.0.6 - Upgrade WebApiCore
  • v 7.0.7 - To have a fallback instead of throwing error when fail to parse IP
  • v 7.1.0 - Support PEM and PKCS#8; Add interface to support Azure Key-vault
  • v 7.1.1 - Support rollover when validating access token
  • v 7.1.2 - Use Security core package
  • v 7.1.3 - Change GenerateAccessToken from XMLDSIG RSA-SHA256 URI to RS256 (JWT), make sure the KeyVault custom crypto provider is actually used
  • v 7.1.4 - Upgrade Security package, add OpenIdConnect newest version to fix a conflict versioning for Azure Key-Vault
  • v 7.2.0 - Change IConfiguration path, use an older version as a fallback
  • v 16.0.0 - Force the user to change their password when password expired
  • v 16.0.1 - Fix password history issue
  • v 16.0.2 - Upgrade Domain Services Package
  • v 16.1.0 - Code quality: replace generic Exception throws in AccountsController with InvalidOperationException; modernize C# patterns
  • v 16.1.1 - Async/threading: AuthenticationController.ValidateToken is now async and awaits ITokenSigningKeys.GetValidationKeysAsync (no more sync-over-async). Internal-only fix; no consumer API changes.
  • v 17.0.0 - Targets net10.0. Drops net8.0. Bumps DHI.Services.Security to 17.0.0.
  • v 17.0.1 - Add async functionality
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
17.0.1 223 6/5/2026
17.0.0 188 5/13/2026
16.1.1 196 4/30/2026
16.1.0 123 4/28/2026
16.0.2 118 4/28/2026
16.0.1 233 3/5/2026
16.0.0 163 2/16/2026
16.0.0-RC01 95 2/16/2026
7.2.0 210 1/16/2026
7.1.4 159 1/8/2026
7.1.3 149 1/6/2026
7.1.2 154 1/5/2026
7.1.1 139 1/5/2026
7.1.0 144 1/5/2026
7.0.7 532 12/10/2025
7.0.6 524 12/5/2025
7.0.5 262 11/26/2025
7.0.4 454 9/22/2025
7.0.3 359 8/19/2025
7.0.3-RC01 272 8/19/2025
Loading failed

Add async functionality