Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
4.74.1 source code.tar.gz | 2025-07-21 | 3.6 MB | |
4.74.1 source code.zip | 2025-07-21 | 4.8 MB | |
README.md | 2025-07-21 | 647 Bytes | |
Totals: 3 Items | 8.4 MB | 2 |
Bug fixes
-
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
-
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