ActiveLogin.Authentication.BankId.Api 12.0.0 (original) (raw)

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.

There is one Api for the "App API" and one for the "Verify API".

Sample usage

The constructor for the api client takes an HttpClient and you need to configure that HttpClient with a BaseAddress, Tls12, client certificates etc. depending on your needs.

The clients have these public methods.

App API:

public class BankIdAppApiClient : IBankIdAppApiClient
{
    public Task<AuthResponse> AuthAsync(AuthRequest request) { ... }
    public Task<SignResponse> SignAsync(SignRequest request) { ... }
    public Task<PhoneAuthResponse> PhoneAuthAsync(PhoneAuthRequest request) { ... }
    public Task<PhoneSignResponse> PhoneSignAsync(PhoneSignRequest request) { ... }
    public Task<CollectResponse> CollectAsync(CollectRequest request) { ... }
    public Task<CancelResponse> CancelAsync(CancelRequest request) { ... }
}

Verify API:

public class BankIdVerifyApiClient : IBankIdVerifyApiClient
{
    public Task<VerifyResponse> VerifyAsync(VerifyRequest request) { ... }
}

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 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.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on ActiveLogin.Authentication.BankId.Api:

Package Downloads
ActiveLogin.Authentication.BankId.AspNetCore ASP.NET authentication module that enables an application to support Swedish BankID's (svenskt BankIDs) authentication workflow. 212.7K
ActiveLogin.Authentication.BankId.Core Core functionality to support Swedish BankID's (svenskt BankIDs) authentication workflow. 131.5K

GitHub repositories

This package is not used by any popular GitHub repositories.

Include prerelease

Include vulnerable

Include deprecated

Version Downloads Last Updated
12.0.0 9,703 3/6/2026
12.0.0-beta.1 268 2/2/2026
11.1.3 11,822 12/18/2025
11.1.2 3,256 11/21/2025
11.1.1 4,680 10/14/2025
11.1.0 2,212 9/19/2025
11.1.0-rc-1 234 9/12/2025
11.0.0 2,954 8/15/2025
11.0.0-rc-2 273 4/25/2025
11.0.0-rc-1 362 3/7/2025
10.1.0 19,757 1/23/2025
10.1.0-rc-1 249 1/21/2025
10.0.1 14,739 10/18/2024
10.0.0 1,284 9/27/2024
10.0.0-rc-2 449 8/27/2024
10.0.0-rc-1 359 8/23/2024
10.0.0-beta-1 286 4/30/2024
9.0.0 14,968 4/30/2024
9.0.0-rc-1 312 4/18/2024
8.0.0 12,932 2/21/2024