Neolution.AzureSqlFederatedIdentity 0.0.1

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

Neolution.AzureSqlFederatedIdentity

NuGet License: MIT

Federated identity integration for Azure SQL using Google Cloud IAM Credentials and Azure AD.

Features

  • Obtain Azure SQL access tokens using Google service accounts
  • Automatic token refresh and caching
  • Easy integration with ASP.NET Core and .NET worker services

Getting Started

  1. Install the NuGet package:

    dotnet add package Neolution.AzureSqlFederatedIdentity
    
  2. Configure your appsettings.json:

    {
      "Neolution.AzureSqlFederatedIdentity": {
        "TenantId": "<your-azure-ad-tenant-id>",
        "ClientId": "<your-azure-ad-client-id>",
        "Google": {
          "ServiceAccountEmail": "<your-gcp-service-account-email>"
        }
      }
    }
    
  3. Register the services in your Program.cs:

    builder.Services.AddAzureSqlFederatedIdentity(builder.Configuration);
    

License

MIT

Contributing

Contributions are welcome! Please open issues or pull requests.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
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.0.1 119 6/16/2025
0.0.1-alpha.3 105 6/16/2025
0.0.1-alpha.2 111 6/16/2025
0.0.1-alpha.1 188 6/16/2025