ActiveLogin.Authentication.BankId.AzureKeyVault 8.0.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package ActiveLogin.Authentication.BankId.AzureKeyVault --version 8.0.0
NuGet\Install-Package ActiveLogin.Authentication.BankId.AzureKeyVault -Version 8.0.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="ActiveLogin.Authentication.BankId.AzureKeyVault" Version="8.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ActiveLogin.Authentication.BankId.AzureKeyVault --version 8.0.0
#r "nuget: ActiveLogin.Authentication.BankId.AzureKeyVault, 8.0.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.
// Install ActiveLogin.Authentication.BankId.AzureKeyVault as a Cake Addin
#addin nuget:?package=ActiveLogin.Authentication.BankId.AzureKeyVault&version=8.0.0

// Install ActiveLogin.Authentication.BankId.AzureKeyVault as a Cake Tool
#tool nuget:?package=ActiveLogin.Authentication.BankId.AzureKeyVault&version=8.0.0

ActiveLogin.Authentication.BankId.AzureKeyVault

ActiveLogin.Authentication enables an application to support Swedish BankID (svenskt BankID) authentication in .NET. Built on NET Standard and packaged as NuGet-packages they are easy to install and use on multiple platforms.

Free to use, commercial support and training is available if you need assistance or a quick start.

Sample usage

Sample usage of the extension method to use client certificates for BankID from Azure KeyVault.

Adds the UseClientCertificateFromAzureKeyVault(...) extension method.

services
    .AddBankId(bankId =>
    {
        bankId.UseClientCertificateFromAzureKeyVault(Configuration.GetSection("ActiveLogin:BankId:ClientCertificate"));
    });

By default, the DefaultAzureCredential will be used as credentials. For info on how to use that, see Microsoft docs. The minimal configuration then looks like this:

{
    "ActiveLogin:BankId:ClientCertificate" {
        "AzureKeyVaultUri": "TODO-ADD-YOUR-VALUE",
        "AzureKeyVaultSecretName": "TODO-ADD-YOUR-VALUE"
    }
}

You can override the specific managed identity client id to use:

{
    "ActiveLogin:BankId:ClientCertificate" {
        "AzureKeyVaultUri": "TODO-ADD-YOUR-VALUE",
        "AzureKeyVaultSecretName": "TODO-ADD-YOUR-VALUE",

        "AzureManagedIdentityClientId": ""
    }
}

You can also override to use client credentials:

{
    "ActiveLogin:BankId:ClientCertificate" {
        "AzureKeyVaultUri": "TODO-ADD-YOUR-VALUE",
        "AzureKeyVaultSecretName": "TODO-ADD-YOUR-VALUE",

        "AzureAdTenantId": "",
        "AzureAdClientId": "",
        "AzureAdClientSecret": ""
    }
}

They will be evaluated in the order:

  1. ClientSecretCredential with AzureAdTenantId + AzureAdClientId + AzureAdClientSecret (if specified)
  2. DefaultAzureCredential with AzureManagedIdentityClientId (if specified)
  3. DefaultAzureCredential

Full documentation

For full documentation and samples, see the Readme in our GitHub repo.

Active Login

Active Login is an Open Source project built on .NET that makes it easy to integrate with leading Swedish authentication services like BankID.

https://www.activelogin.net/

Active Solution

Active Login is built, maintained and sponsored by Active Solution. Active Solution is located in Stockholm (Sweden) and provides IT consulting with focus on web, cloud and AI.

https://www.activesolution.se/

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. 
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
8.0.0 342 2/21/2024
8.0.0-beta-1 113 1/8/2024
8.0.0-alpha-1 85 1/3/2024
7.0.0 4,881 6/30/2023
7.0.0-rc-1 115 6/28/2023
7.0.0-beta-1 106 6/8/2023
7.0.0-alpha-1 123 5/22/2023
6.0.3 9,636 10/5/2022
6.0.2 890 9/8/2022
6.0.1 392 9/1/2022
6.0.0 423 8/25/2022
6.0.0-rc-1 135 8/25/2022
6.0.0-beta-2 186 6/22/2022
6.0.0-beta-1 140 6/3/2022