Biss.Authentication.Client.ExternalProviders.Maui 10.4.1

dotnet add package Biss.Authentication.Client.ExternalProviders.Maui --version 10.4.1
                    
NuGet\Install-Package Biss.Authentication.Client.ExternalProviders.Maui -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.Client.ExternalProviders.Maui" 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.Client.ExternalProviders.Maui" Version="10.4.1" />
                    
Directory.Packages.props
<PackageReference Include="Biss.Authentication.Client.ExternalProviders.Maui" />
                    
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.Client.ExternalProviders.Maui --version 10.4.1
                    
#r "nuget: Biss.Authentication.Client.ExternalProviders.Maui, 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.Client.ExternalProviders.Maui@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.Client.ExternalProviders.Maui&version=10.4.1
                    
Install as a Cake Addin
#tool nuget:?package=Biss.Authentication.Client.ExternalProviders.Maui&version=10.4.1
                    
Install as a Cake Tool

Biss.Authentication.Client.ExternalProviders

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

What can this NuGet package do?

Biss.Authentication.Client.ExternalProviders is the cross-platform client abstraction layer for external OAuth provider authentication in BISS applications. This package provides platform-agnostic interfaces and base implementations for integrating third-party identity providers like Microsoft Entra ID, Google, and custom OAuth providers into MAUI applications. It handles the OAuth authorization code flow with PKCE, token exchange with the ConnectivityHost backend, and secure credential management. The package is designed for MAUI apps targeting Android, iOS, macOS Catalyst, and Windows.

What are the core features?

Provider Abstraction - Generic interfaces for OAuth providers enabling easy addition of new identity providers • OAuth PKCE Flow - Secure OAuth 2.0 authorization code flow with Proof Key for Code Exchange (PKCE) via Duende.IdentityModel.OidcClient • Platform Browser Integration - Native browser invocation for OAuth consent screens on each platform (ASWebAuthenticationSession, Chrome Custom Tabs, etc.) • Token Exchange - Automatic exchange of OAuth tokens with BISS ConnectivityHost backend for JWT access tokens • Configuration Models - Type-safe configuration classes for provider settings, endpoints, and scopes • Extensible Registration - Service collection extensions for registering multiple providers with dependency injection • Error Handling - Standardized error models for OAuth failures, cancellations, and network issues • Logging Support - Microsoft.Extensions.Logging integration for OAuth flow debugging and monitoring

Dependencies
BISS Packages
Package Version Purpose
Biss.Authentication.Common Latest Shared authentication contracts and models
NuGet Packages
Package Version Purpose
Duende.IdentityModel.OidcClient 6.0.1+ OAuth 2.0/OIDC client library with PKCE support
Microsoft.Extensions.DependencyInjection.Abstractions 10.0.2+ Dependency injection abstractions
Microsoft.Extensions.Http 10.0.2+ HttpClient factory for provider communication
Microsoft.Extensions.Logging.Abstractions 10.0.2+ Logging abstractions for OAuth events
Microsoft.Extensions.Options 10.0.2+ Options pattern for provider configuration
Product Compatible and additional computed target framework versions.
.NET net10.0-android36.0 is compatible.  net10.0-ios26.0 is compatible.  net10.0-maccatalyst26.0 is compatible.  net10.0-windows10.0.22621 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Biss.Authentication.Client.ExternalProviders.Maui:

Package Downloads
Biss.Authentication.Client.ExternalProviders.Maui.EntraID

Biss Core SDK

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