Peter Örneholm
Peter Örneholm
**Is your feature request related to a problem? Please describe.** BankID returns a signature (specified in BankID Signature Profile specification). This is an XML-file with some relevant content that we...
**Is your feature request related to a problem? Please describe.** When issuing claims: At the moment, we default to "BankID" for identity provider (idp), and "bankid" for authentication method (amr)....
**Is your feature request related to a problem? Please describe.** We are using the [Data Protection](https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/introduction?view=aspnetcore-6.0#problem-statement) functionality in ASP.NET to store temporary state that can safely be round tripped to...
**Is your feature request related to a problem? Please describe.** BankID mandates that we should set a policy to require Mobile BankID if the user has selected "Another device": ...
**Is your feature request related to a problem? Please describe.** For next major release we should have a look at how we can improve the front end related code, in...
**Is your feature request related to a problem? Please describe.** The BankID API wrapper is today a separate package, which allows for using it without the Active Login authentication flow...
**Is your feature request related to a problem? Please describe.** Now that we are building using GitHub Actions we can also release the packages and samples using GitHub Actions. **Describe...
**Is your feature request related to a problem? Please describe.** If possible, we should avoid doing browser detection for these features: - DeviceWillReloadPageOnReturnFromBankIdApp - DeviceMightRequireUserInteractionToLaunchBankIdApp Based on testing, we use...
**Is your feature request related to a problem? Please describe.** We have plans on doing performance improvements, but to ensure we focus on the right thing, we should add a...
Inspired by [this blogpost by the Azure SDK team](https://devblogs.microsoft.com/azure-sdk/introducing-experimental-opentelemetry-support-in-the-azure-sdk-for-net/) I think we should consider exposing "OpenTelemetry events". Not sure of implementation yet. Should it be enabled always? Expose the built...