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: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
4.77.0
2
+
======
3
+
### Features
4
+
* Added WinUI 3 support for Desktop Broker flows. https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/5411
5
+
* Introduced extensibility API to allow users to add custom HTTP headers to token acquisition requests (under extensibility). https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/5440
6
+
7
+
### Changes
8
+
* Remove passing `x-client-os` as a query parameter in the authorization URI. https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/5456
9
+
* Bump `Microsoft.IdentityModel.Abstractions` to a supported version. https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/5452
10
+
11
+
### Bug fixes
12
+
* Remove confusing error text as it only applies to one of many possible causes. https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/5467
0 commit comments