Describe the bug
None of theses cookienames can be overridden:
public const string DefaultStateCookieName = "__ActiveLogin.BankIdUiState";
public const string DefaultDeviceDataCookieName = "__ActiveLogin.BankIdDeviceData";
public const string DefaultUiOptionsCookieName = "__ActiveLogin.BankId.UiOptions";
What area is it related to
API
Expected behavior
As the constants are named Default* there should be a way to override them.
NuGet package version
11.1.3
Runtime version
.NET 8.0
Describe the bug
None of theses cookienames can be overridden:
public const string DefaultStateCookieName = "__ActiveLogin.BankIdUiState";
public const string DefaultDeviceDataCookieName = "__ActiveLogin.BankIdDeviceData";
public const string DefaultUiOptionsCookieName = "__ActiveLogin.BankId.UiOptions";
What area is it related to
API
Expected behavior
As the constants are named Default* there should be a way to override them.
NuGet package version
11.1.3
Runtime version
.NET 8.0