You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BREAKINGCHANGES.md
+26-2Lines changed: 26 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ ___Note:___ We might, and will probably, miss to document some of this - if so -
7
7
8
8
## TOC
9
9
10
+
*[Version 12.0.0](#version-1200)
10
11
*[Version 11.0.0](#version-1100)
11
12
*[Version 10.0.0](#version-1000)
12
13
*[Version 9.0.0](#version-900)
@@ -17,8 +18,31 @@ ___Note:___ We might, and will probably, miss to document some of this - if so -
17
18
*[Version 5.0.0](#version-500)
18
19
*[Version 4.0.0](#version-400)
19
20
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
21
34
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
+
---
22
46
23
47
## Version 11.0.0
24
48
@@ -110,7 +134,7 @@ We have renamed these things as a result of that:
0 commit comments