Skip to content

Commit 2ac0861

Browse files
Elin FokineElin Fokine
authored andcommitted
Documented breaking changes from version 12.0.0.
1 parent 003677c commit 2ac0861

1 file changed

Lines changed: 26 additions & 2 deletions

File tree

BREAKINGCHANGES.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ___Note:___ We might, and will probably, miss to document some of this - if so -
77

88
## TOC
99

10+
* [Version 12.0.0](#version-1200)
1011
* [Version 11.0.0](#version-1100)
1112
* [Version 10.0.0](#version-1000)
1213
* [Version 9.0.0](#version-900)
@@ -17,8 +18,31 @@ ___Note:___ We might, and will probably, miss to document some of this - if so -
1718
* [Version 5.0.0](#version-500)
1819
* [Version 4.0.0](#version-400)
1920

20-
---
21+
------
22+
23+
## Version 12.0.0
24+
25+
Breaking changes between version 11.0.0 and 12.0.0
26+
27+
### Upgrade to .NET 10
28+
29+
Active Login now requires **.NET 10**.
30+
31+
If you are upgrading from an earlier version, you must update any application or website using Active Login to target .NET 10.
32+
33+
### Embedded BankID certificates
2134

35+
When loading embedded BankID certificates (client test certificate and root certificates for both test and production), we now use `X509KeyStorageFlags.DefaultKeySet` by default.
36+
37+
If this change causes issues in your environment, you can override the `X509KeyStorageFlags` used for the client test certificate.
38+
39+
### Loading client BankID certificate from Azure Key Vault
40+
41+
When loading the client BankID certificate from Azure Key Vault, we now use `X509KeyStorageFlags.DefaultKeySet` by default.
42+
43+
If this causes issues in your environment, it is possible to override the `X509KeyStorageFlags` used when loading the certificate.
44+
45+
---
2246

2347
## Version 11.0.0
2448

@@ -110,7 +134,7 @@ We have renamed these things as a result of that:
110134
* `AddCustomAppCallback` becomes `AddCustomBrowser`
111135
* `AddCustomAppCallbackByUserAgent` becomes `AddCustomBrowserByUserAgent`
112136

113-
### Upgrade to .NET 7
137+
### Upgrade to .NET 8
114138

115139
We now require .NET 8 - so this requires you to upgrade your website that uses Active Login.
116140

0 commit comments

Comments
 (0)