Cirreum.Authentication.Entra 1.0.4

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

Cirreum Authentication - Entra ID

NuGet Version License .NET

Azure Entra ID authentication scheme for the Cirreum framework

Overview

Cirreum.Authentication.Entra integrates Azure Entra ID (formerly Azure AD) authentication via Microsoft.Identity.Web. Validates JWTs from Entra tenants for Web API endpoints; runs the OpenID Connect flow for Web App scenarios.

For Entra External ID (B2C-style, customer-facing IdP), use Cirreum.Authentication.External (which supports BYOID / multi-tenant routing) or generic Cirreum.Authentication.Oidc depending on the topology.

Installation

dotnet add package Cirreum.Authentication.Entra

Configuration

{
  "Cirreum": {
    "Authentication": {
      "Providers": {
        "Entra": {
          "Instances": {
            "operator-tenant": {
              "Enabled": true,
              "TenantId": "00000000-0000-0000-0000-000000000000",
              "ClientId": "11111111-1111-1111-1111-111111111111",
              "Audience": "api://my-api-app",
              "Instance": "https://login.microsoftonline.com/"
            }
          }
        }
      }
    }
  }
}

The instance section binds directly to Microsoft.Identity.Web's settings shape — any property recognized by AddMicrosoftIdentityWebApi / AddMicrosoftIdentityWebApp flows through.

See also

License

MIT — see LICENSE.


Cirreum Foundation Framework Layered simplicity for modern .NET

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 (1)

Showing the top 1 NuGet packages that depend on Cirreum.Authentication.Entra:

Package Downloads
Cirreum.Runtime.Authentication

App-facing umbrella for the Authentication pillar. Provides AddAuthentication() and the CirreumAuthenticationBuilder type. Transitively references all six Cirreum.Authentication.* schemes (ApiKey, SignedRequest, SessionTicket, OIDC, Entra, External) — apps install this single package to get the full Authentication track.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.4 96 7/7/2026
1.0.3 99 7/6/2026
1.0.2 92 7/5/2026
1.0.1 114 7/4/2026
1.0.0 104 7/3/2026