Azure Monitor (Application Insights) integrations for ActiveLogin.Authentication.BankId.AspNetCore.
$ dotnet add package ActiveLogin.Authentication.BankId.AzureMonitorActiveLogin.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.
Call bankId.AddApplicationInsightsEventListener() to enable it. Note that you can supply options to enable logging of metadata, such as personal identity number, age and IP.
services
.AddBankId(bankId =>
{
bankId.AddApplicationInsightsEventListener();
});
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.