Device detection for ActiveLogin.Authentication.BankId.AspNetCore using UA Parser.
$ dotnet add package ActiveLogin.Authentication.BankId.UAParserActiveLogin.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 of the extension method to use ua_parser C# Library for device detection for BankID.
Adds the UseUaParserDeviceDetection() extension method.
services
.AddAuthentication()
.AddBankId(bankId =>
{
bankId.UseUaParserDeviceDetection();
});
For full documentation and samples, see the Readme in our GitHub repo.
Active Login is an Open Source project built on .NET that makes it easy to integrate with leading Swedish authentication services like BankID.
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.