Skip to content

3.5.2

Choose a tag to compare

@nayanaubie nayanaubie released this 03 Aug 15:25
· 3 commits to main since this release
  • Added optional redirectUri in AppleConfig for iOS/MacOS. When provided, MSAL uses it directly instead of deriving the default msauth.<bundle-id> redirect, which fails with teamId is missing on some managed devices. Keeping it null preserves the existing behaviour. #issue/145
  • AppleConfig.broker is now applied on MacOS as well (earlier it was iOS only). Setting it to webView / safariBrowser disables the Microsoft SSO extension and routes authentication through the web view. #issue/145