Codexcite.Functions.Auth
5.1.15
See the version list below for details.
dotnet add package Codexcite.Functions.Auth --version 5.1.15
NuGet\Install-Package Codexcite.Functions.Auth -Version 5.1.15
<PackageReference Include="Codexcite.Functions.Auth" Version="5.1.15" />
<PackageVersion Include="Codexcite.Functions.Auth" Version="5.1.15" />
<PackageReference Include="Codexcite.Functions.Auth" />
paket add Codexcite.Functions.Auth --version 5.1.15
#r "nuget: Codexcite.Functions.Auth, 5.1.15"
#:package Codexcite.Functions.Auth@5.1.15
#addin nuget:?package=Codexcite.Functions.Auth&version=5.1.15
#tool nuget:?package=Codexcite.Functions.Auth&version=5.1.15
Codexcite.Functions.Auth
Authorization services for securing Azure Functions with Azure Active Directory B2C.
Getting started
[TBA]
Prerequisites
[TBA]
Usage
[TBA]
Additional documentation
[TBA]
Feedback
[TBA]
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
-
net9.0
- Codexcite.Common (>= 5.17.0)
- IdentityModel (>= 7.0.0)
- Microsoft.Azure.Functions.Worker (>= 2.0.0)
- Microsoft.Extensions.DependencyInjection (>= 9.0.5)
- Microsoft.Identity.Web (>= 3.9.2)
- System.IdentityModel.Tokens.Jwt (>= 8.11.0)
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 |
|---|---|---|
| 6.0.13 | 0 | 3/12/2026 |
| 6.0.12 | 0 | 3/12/2026 |
| 6.0.11 | 27 | 3/12/2026 |
| 6.0.9 | 74 | 3/9/2026 |
| 6.0.8 | 81 | 3/5/2026 |
| 6.0.7 | 77 | 3/5/2026 |
| 6.0.6 | 80 | 3/4/2026 |
| 6.0.5 | 87 | 2/26/2026 |
| 6.0.4 | 98 | 2/13/2026 |
| 6.0.3 | 99 | 2/11/2026 |
| 6.0.2 | 106 | 2/11/2026 |
| 6.0.1 | 102 | 2/4/2026 |
| 6.0.0 | 206 | 11/27/2025 |
| 5.1.36 | 215 | 11/25/2025 |
| 5.1.35 | 211 | 10/22/2025 |
| 5.1.34 | 199 | 10/21/2025 |
| 5.1.33 | 154 | 10/19/2025 |
| 5.1.32 | 194 | 10/17/2025 |
| 5.1.31 | 198 | 10/17/2025 |
| 5.1.15 | 206 | 5/29/2025 |
Codexcite.Functions.Auth 5.0.3 - Added xml comments
Codexcite.Functions.Auth 5.0.0 - Using UserValidationResult for TokenAuth
Codexcite.Functions.Auth 4.0.0 - Update to .Net 7.0
Codexcite.Functions.Auth 2.1.0 - Added ClaimsPrincipalExtensions.
Codexcite.Functions.Auth 2.0.0 - Switched from B2CAuthorizationOptions to Microsoft.Identity.Web.MicrosoftIdentityOptions.
Codexcite.Functions.Auth 1.3.0 - Added IB2CAuthorizationService.EnsureUserAccess.
Codexcite.Functions.Auth 1.2.3 - Shrunk more debug logging - JSON representation exceeds the body size limit 262144.
Codexcite.Functions.Auth 1.2.2 - Shrunk debug logging - JSON representation exceeds the body size limit 262144.
Codexcite.Functions.Auth 1.2.1 - Added Debug level logging. Validate Options.
Codexcite.Functions.Auth 1.2.0 - Rename to IB2CAuthorizationService.ValidateUserAccess; scope claim type flexibility.
Codexcite.Functions.Auth 1.1.0 - Add SectionName optional parameter to AddB2CAuthorizationService.
Codexcite.Functions.Auth 1.0.0 - Initial version.