Fdw.Services.Authentication.Abstractions 1.0.0-rc.9

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

Fdw.Services.Authentication.Abstractions

The authentication contracts, principal model and result codes.

Implementations live in the sibling packages; this one holds the interfaces, base types and models they agree on, so a consumer can depend on the contract without taking the implementation.

Interfaces (19)

Type Kind Purpose
IAgentKeyService interface Manages the lifecycle of agent keys — API keys that grant AI agents (Claude, OpenAI, etc.) access to…
IAuthenticationClient interface Defines the contract for an authentication client that manages user login, logout, and token operations.
IAuthenticationContext interface Represents the authentication context for a user session, containing identity information, roles,…
IAuthenticationContextAccessor interface Ambient accessor for the of the current logical call flow (an HTTP request, or a background execution…
IAuthenticationFlow interface Interface for authentication flow types. Defines the contract for authentication flows supported by the…
IAuthenticationMethod interface Interface for authentication method types. Defines the contract for authentication methods supported by…
IAuthenticationProtocol interface Interface for authentication protocol types. Defines the contract for authentication protocols supported…
IAuthenticationServiceType interface Interface for authentication service type definitions. Provides authentication-specific metadata on top…
IClaimDefinition interface A known FDW JWT claim type. Implemented by and every concrete claim, enabling source-generated discovery…
IForgotPasswordProvider interface Defines the contract for handling forgot password requests.
IFrameworkAuthorizationService interface Provides role-based authorization services for validating user permissions and access rights. This…
IOutboundCredentialService interface Acquires credentials for non-interactive outbound calls (service-to-service, agent-to-service). Uses the…
IPersonalAccessTokenService interface Manages the lifecycle of Personal Access Tokens (PATs) for long-lived programmatic authentication.
IPrincipalResolver interface Resolves the FDW for a given user identity by: Resolving the user's active tenant (and optionally org).…
IRoleProvider interface Provides role management services for assigning, removing, and querying user roles and role permissions.…
ISecurityTokenService interface Provides security token generation, parsing, and validation services for authentication systems. This…

Base types (12)

Type Kind Purpose
AuthenticationFlowBase class Base class for authentication flow types. Implements the IAuthenticationFlow interface with common…
AuthenticationFlows class Collection of authentication flow types. Generated by TypeCollectionGenerator with high-performance…
AuthenticationMessage class Base class for all authentication-related messages.
AuthenticationMessageCollectionBase class Collection definition to generate AuthenticationMessages static class.
AuthenticationMethodBase class Base class for authentication method types. Implements the IAuthenticationMethod interface with common…
AuthenticationMethods class Collection of authentication method enhanced enums. Generated by TypeCollectionGenerator with…
AuthenticationProtocolBase class Base class for authentication protocol types. Implements the IAuthenticationProtocol interface with…
AuthenticationProtocols class Collection of authentication protocol types. Generated by TypeCollectionGenerator with high-performance…
ClaimDefinitionBase class Base class for FDW claim types. The claim's wire name is (e.g. tenantId) and is also how…
ClaimDefinitions class TypeCollection of FDW JWT claim types. The source generator emits a static accessor per [TypeOption]…

Models and supporting types (54)

Type Kind Purpose
AgentKeyCreatedResult class Returned once when an agent key is first created. Contains the raw key value — this is the only time it…
AgentKeySummaryPayload class Client-side summary of an agent key (safe for display — no raw key value).
AuthConstants class Well-known, reserved identities used by the authentication/RLS session-context mechanism. Not a fallback…
AuthResult class Represents the result of an authentication operation.
AuthStateChangedEventArgs class Event arguments for authentication state changes.
AuthenticationContextAccessor class Default — backed by so it is safe to register and consume as a DI Singleton (see remarks for why that…
AuthenticationFailedMessage class CurrentMessage indicating that authentication failed.
AuthenticationRegistrationOptions class Concrete implementation of registration options for authentication services.
AuthenticationTypeNotSpecifiedMessage class CurrentMessage indicating that AuthenticationType was not specified in configuration.
ChangePasswordRequest class Client-side request model for changing the current user's password.
ClaimsPrincipalAuthenticationContext class Adapts a into an — the single, canonical mapping the whole framework uses. Any authentication provider…
CommandExecutionNotSupportedMessage class CurrentMessage indicating that command-based execution is not supported.

Installation

dotnet add package Fdw.Services.Authentication.Abstractions --prerelease

Dependencies

Fdw.Abstractions · Fdw.Collections · Fdw.Configuration.Abstractions · Fdw.MessageLogging.Abstractions · Fdw.Security.Hashing · Fdw.Services.Abstractions · Fdw.Web.Http.Abstractions

Build-time only (generators and analyzers, not runtime dependencies): Fdw.Collections.SourceGenerators · Fdw.MessageLogging.SourceGenerators


Part of FractalDataWorks 1.0.0-rc.1. Licensed under Apache-2.0.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (38)

Showing the top 5 NuGet packages that depend on Fdw.Services.Authentication.Abstractions:

Package Downloads
Fdw.Services.Connections.Abstractions

Development tools and utilities for the Fdw ecosystem.

Fdw.Web.Http.Authentication

Development tools and utilities for the Fdw ecosystem.

Fdw.Services.Connections

Development tools and utilities for the Fdw ecosystem.

Fdw.Services.Data

Development tools and utilities for the Fdw ecosystem.

Fdw.Services.Credentials.Abstractions

Development tools and utilities for the Fdw ecosystem.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0-rc.9 360 8/25/2026
1.0.0-rc.8 443 8/25/2026
1.0.0-rc.6.1 1,472 8/20/2026
1.0.0-rc.6 1,477 8/20/2026
1.0.0-rc.5 1,477 8/19/2026
1.0.0-rc.4 1,335 8/19/2026
1.0.0-rc.3 1,004 8/17/2026
1.0.0-rc.1 664 8/10/2026