Biss.Authentication.Service.ExternalProviders.EntraID 10.4.1

dotnet add package Biss.Authentication.Service.ExternalProviders.EntraID --version 10.4.1
                    
NuGet\Install-Package Biss.Authentication.Service.ExternalProviders.EntraID -Version 10.4.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="Biss.Authentication.Service.ExternalProviders.EntraID" Version="10.4.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Biss.Authentication.Service.ExternalProviders.EntraID" Version="10.4.1" />
                    
Directory.Packages.props
<PackageReference Include="Biss.Authentication.Service.ExternalProviders.EntraID" />
                    
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 Biss.Authentication.Service.ExternalProviders.EntraID --version 10.4.1
                    
#r "nuget: Biss.Authentication.Service.ExternalProviders.EntraID, 10.4.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 Biss.Authentication.Service.ExternalProviders.EntraID@10.4.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=Biss.Authentication.Service.ExternalProviders.EntraID&version=10.4.1
                    
Install as a Cake Addin
#tool nuget:?package=Biss.Authentication.Service.ExternalProviders.EntraID&version=10.4.1
                    
Install as a Cake Tool

Biss.Authentication.Service.ExternalProviders.EntraID

© 2026 FOTEC Forschungs- und Technologietransfer GmbH | https://www.fotec.at

What can this NuGet package do?

Biss.Authentication.Service.ExternalProviders.EntraID provides server-side integration for Microsoft Entra ID (formerly Azure Active Directory) in BISS ConnectivityHost backends. This package implements token validation, user identity mapping, and account provisioning for users authenticating via Microsoft Entra ID. It validates OAuth tokens issued by Microsoft's identity platform, extracts user claims and roles, and integrates with the BISS user management system to create or link accounts. The package supports both MAUI clients (via token exchange) and Blazor clients (via OAuth redirect flows), enabling enterprise authentication with Microsoft 365 and Azure AD features.

What are the core features?

Entra ID Token Validation - Server-side validation of OAuth access tokens and ID tokens from Microsoft Entra ID using Microsoft.IdentityModel • User Identity Mapping - Automatic extraction and mapping of Entra ID user claims (email, name, roles, groups) to BISS user accounts • Account Provisioning - First-time user creation with Entra ID identity linking and organizational profile data import • Claim Transformation - Mapping Entra ID roles and group memberships to BISS role and permission claims • Multi-Tenant Support - Configuration for single-tenant, multi-tenant, or consumer account validation • Configuration Options - Type-safe configuration for Entra ID tenant, client credentials, and validation settings • Token Exchange Endpoint - API endpoint for MAUI clients to exchange Entra ID tokens for BISS JWT tokens • OAuth Redirect Support - Middleware for Blazor OAuth redirect flows with Microsoft authorization server • Logging Integration - Detailed logging for debugging Entra ID authentication flows and troubleshooting

Dependencies
BISS Packages
Package Version Purpose
Biss.Authentication.Common Latest Shared authentication contracts
Biss.Authentication.Service.ExternalProviders Latest Base external provider infrastructure
NuGet Packages
Package Version Purpose
Microsoft.Extensions.DependencyInjection.Abstractions 10.0.2+ Dependency injection abstractions
Microsoft.Extensions.Logging.Abstractions 10.0.2+ Logging abstractions
Microsoft.Extensions.Options 10.0.2+ Options pattern for configuration
Microsoft.IdentityModel.Protocols.OpenIdConnect 8.15.0+ OpenID Connect protocol support
System.IdentityModel.Tokens.Jwt 8.15.0+ JWT token parsing and validation
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
10.4.1 87 2/16/2026

Changelog.md