Skip to content

4.3.1

Compare
Choose a tag to compare
@bgavrilMS bgavrilMS released this 27 Aug 10:36

4.3.1

Bug Fixes:

  • .WithCertificate with /common audience scenario is broken. Confidential Client authorization flow and OBO were not able to use certificates with the common authority set. More details here
  • Do not strip the port from authority Uri. When passing your own authority uri which includes a port, MSAL used to strip out the port from the URI, making the authority unreachable. More details here
  • Fix a crash on Android when Chrome isn't installed on the device. Exception is NameNotFoundException: com.android.chrome. More details here
  • ConfidentialClient built from options won't allow certificates. When building a confidential client from options, MSAL was forcing developers to use a secret. More details here
  • Login screen loses information on device orientation change on Android. Username used to be lost from embedded webview when rotating the device. More details here