ToolUp.AuthProviders.EntraExternalId.Client 0.22.0

Prefix Reserved
dotnet add package ToolUp.AuthProviders.EntraExternalId.Client --version 0.22.0
                    
NuGet\Install-Package ToolUp.AuthProviders.EntraExternalId.Client -Version 0.22.0
                    
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="ToolUp.AuthProviders.EntraExternalId.Client" Version="0.22.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ToolUp.AuthProviders.EntraExternalId.Client" Version="0.22.0" />
                    
Directory.Packages.props
<PackageReference Include="ToolUp.AuthProviders.EntraExternalId.Client" />
                    
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 ToolUp.AuthProviders.EntraExternalId.Client --version 0.22.0
                    
#r "nuget: ToolUp.AuthProviders.EntraExternalId.Client, 0.22.0"
                    
#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 ToolUp.AuthProviders.EntraExternalId.Client@0.22.0
                    
#: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=ToolUp.AuthProviders.EntraExternalId.Client&version=0.22.0
                    
Install as a Cake Addin
#tool nuget:?package=ToolUp.AuthProviders.EntraExternalId.Client&version=0.22.0
                    
Install as a Cake Tool

ToolUp.AuthProviders.EntraExternalId.Client

Deprecated in 0.4.0 — for new deployments use OidcPresets.entraExternalId (or OidcPresets.entraExternalIdWithDomain for a custom CIAM host) from ToolUp.AuthProviders.Oidc.Client. The single-call preset produces an OidcAppConfig that the SDK's standard OidcAuthUI consumes — no CustomAuthUI wrapping required.

This companion stays compiling for one minor cycle (consumer migration window) and is scheduled for removal at 0.Y.0. Continue using it when you specifically need the sign-up / sign-in user-flow policy routing surface (SignUpPolicyId / SignInPolicyId) — the single-call preset does not expose that affordance.

See docs/migrations/0.4.0-entra-external-id-deprecation.md for the migration walk-through.

Client-side Microsoft Entra External ID sign-in UI for ToolUp.Platform. A thin Fable / Feliz wrapper around ToolUp.AuthProviders.Oidc.Client that bakes in External ID's tenant-aware issuer construction, the offline_access scope default (required for refresh tokens against External ID), and optional sign-up / sign-in user-flow policy routing.

Wired into a deployment as a CustomAuthUI provider:

ClientConfig.AuthUI = CustomAuthUI {
    Wrap =
        EntraExternalIdAuthUI.wrap
            (EntraExternalIdClientConfig.create "<tenant>" "<client-id>" "<redirect-uri>")
}

Use this companion when targeting Entra External ID (customer-facing CIAM) and requiring the sign-up affordance. For sign-in-only flows (no policy-routing), prefer the 0.4.0 single-call OidcPresets.entraExternalId path. For non-Entra OIDC providers, use ToolUp.AuthProviders.Oidc.Client directly via OidcPresets.generic or another preset.

Licensed under Apache-2.0.

Part of the ToolUp Platform SDK — see github.com/ToolUp-Forge/toolup-forge for full documentation.

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
0.22.0 33 8/27/2026
0.21.0 48 8/26/2026
0.20.1 93 8/20/2026
0.20.0 73 8/19/2026