Skip to content

Commit 890cede

Browse files
authored
Update CHANGELOG.md for MSAL 4.74.1 (#5396)
Update CHANGELOG.md
1 parent 973f234 commit 890cede

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
4.74.1
2+
======
3+
4+
### Bug fixes
5+
* When you configure MSAL with WithOidcAuthority(), the library now confirms that the issuer returned by the OIDC discovery endpoint matches the expected authority (including CIAM patterns) and throws an exception if it does not. https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/5358
6+
7+
* Re-expose public AuthenticationResult constructor. A public, test-friendly constructor of AuthenticationResult was inadvertently hidden behind [Obsolete] and [EditorBrowsable(Never)]. The constructor is now publicly available again. https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/5392
8+
19
4.74.0
210
======
311

@@ -8,7 +16,6 @@
816
### Bug fixes
917
* MSAL now honors the DEFAULT_IDENTITY_CLIENT_ID environment variable when acquiring tokens from Azure Machine Learning managed-identity endpoint. https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/5350.
1018

11-
1219
4.73.1
1320
======
1421

0 commit comments

Comments
 (0)