ActiveLogin.Authentication.BankId.AspNetCore 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.AspNetCore --version 8.0.0
NuGet\Install-Package ActiveLogin.Authentication.BankId.AspNetCore -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.AspNetCore" 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.AspNetCore --version 8.0.0
#r "nuget: ActiveLogin.Authentication.BankId.AspNetCore, 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.AspNetCore as a Cake Addin
#addin nuget:?package=ActiveLogin.Authentication.BankId.AspNetCore&version=8.0.0

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

ActiveLogin.Authentication.BankId.AspNetCore

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 ASP.NET authentication module.

Development

services
    .AddBankId(bankId =>
    {
        bankId.UseSimulatedEnvironment();
    });

services
    .AddAuthentication()
    .AddBankIdAuth(bankId =>
    {
        bankId.AddSameDevice();
    });

Production

services
    .AddBankId(bankId =>
    {
        bankId
            .AddApplicationInsightsEventListener(options =>
            {
                options.LogUserPersonalIdentityNumberHints = true;
                options.LogCertificateDates = true;
            })
            .UseProductionEnvironment()
            .UseClientCertificateFromAzureKeyVault(Configuration.GetSection("ActiveLogin:BankId:ClientCertificate"))
            .UseQrCoderQrCodeGenerator();
    });

services
    .AddAuthentication()
    .AddBankIdAuth(bankId =>
    {
        bankId
            .AddSameDevice()
            .AddOtherDevice();
    });

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

Showing the top 5 NuGet packages that depend on ActiveLogin.Authentication.BankId.AspNetCore:

Package Downloads
ActiveLogin.Authentication.BankId.AspNetCore.Azure The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Azure KeyVault integrations for ActiveLogin.Authentication.BankId.AspNetCore.

ActiveLogin.Authentication.BankId.AspNetCore.QRCoder The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

QR code generation for ActiveLogin.Authentication.BankId.AspNetCore using the QRCoder library.

ActiveLogin.Authentication.BankId.AspNetCore.UAParser The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Device detection for ActiveLogin.Authentication.BankId.AspNetCore using UA Parser.

ActiveLogin.Authentication.BankId.AspNetCore.AzureMonitor The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Azure Monitor (Application Insights) integrations for ActiveLogin.Authentication.BankId.AspNetCore.

RegionOrebroLan.ActiveLogin.Authentication

Additions and extensions for ActiveLogin.Authentication.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0 505 2/21/2024
8.0.0-beta-1 137 1/8/2024
8.0.0-alpha-1 80 1/3/2024
7.0.0 6,520 6/30/2023
7.0.0-rc-1 137 6/28/2023
7.0.0-beta-1 143 6/8/2023
7.0.0-alpha-1 147 5/22/2023
6.0.3 14,726 10/5/2022
6.0.2 1,450 9/8/2022
6.0.1 452 9/1/2022
6.0.0 720 8/25/2022
6.0.0-rc-1 180 8/25/2022
6.0.0-beta-2 258 6/22/2022
6.0.0-beta-1 170 6/3/2022
5.0.0 9,240 4/28/2022
5.0.0-rc-2 371 4/28/2022
5.0.0-rc-1 354 4/26/2022
5.0.0-alpha-3 452 2/19/2022
5.0.0-alpha-2 447 2/7/2022
4.1.0 5,719 2/3/2022
4.1.0-beta-1 915 1/18/2022
4.0.0 25,172 10/27/2020
4.0.0-rc-1 902 6/15/2020
4.0.0-beta-4 915 6/10/2020
4.0.0-beta-3 886 6/2/2020
4.0.0-beta-2 801 5/18/2020
4.0.0-beta-1 812 5/15/2020
3.0.0 9,557 1/21/2020
3.0.0-rc-1 641 1/13/2020
3.0.0-beta-2 625 12/20/2019
3.0.0-beta-1 829 12/3/2019
3.0.0-alpha-1 445 11/21/2019
2.0.1 2,737 9/11/2019
2.0.0 1,190 9/6/2019
2.0.0-rc-1 811 4/30/2019
1.0.0 1,713 2/5/2019
1.0.0-rc-4 726 2/4/2019
1.0.0-rc-3 719 2/1/2019
1.0.0-rc-2 733 1/25/2019
1.0.0-rc-1 812 12/16/2018
1.0.0-alpha-4 832 10/27/2018
1.0.0-alpha-1 773 9/23/2018
0.3.4 1,622 7/23/2018
0.3.3 1,536 7/22/2018
0.3.2 1,541 7/22/2018
0.3.1 1,484 7/20/2018
0.3.0 1,092 7/18/2018
0.1.8 1,062 7/13/2018
0.1.7 1,096 7/13/2018
0.1.5 1,106 7/11/2018