Skip to content

4.74.1

Compare
Choose a tag to compare
@gladjohn gladjohn released this 21 Jul 18:00
· 19 commits to main since this release
890cede

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. #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. #5392