Releases: nayanAubie/msal_auth
Releases · nayanAubie/msal_auth
3.3.0
- Created
AppThemestyle in theexampleapp for MSAL WebView in Android. #issue/119 - Added support for customised webview in iOS and macOS. #issue/90
3.2.7
- Fixed issue of
authorityTypevalue assignment in iOS/MacOS. #issue/118
3.2.6
- Fixed MSAL error conversion in
Dartdue tonildetails received from iOS/MacOS. - Improved error codes in iOS/MacOS when a custom exception needs to be thrown.
3.2.5
- Fixed an issue on
iOSwhere the Authenticator app did not open when switching the broker toAuthenticator. - Refactored error handling in MSAL exceptions to include correlation IDs and improve error detail mapping. iOS/MacOS now shows the proper exception message instead of
Operation couldn't be completed. AuthenticationResult (Android): Fixed username value in account mapping.usernamevalue will benullinstead ofMissing from token responseif not found.
3.2.4
- Handle UI unavailable error in
acquireTokenmethod and adjust view controller retrieval logic. #issue/101 - Add
authorityparameter support foracquireTokenandacquireTokenSilentmethods. #issue/91
3.2.3
3.2.2
- Fixed an issue of broker in iOS due to broker availability was set to auto in the
acquireTokenmethod.
3.2.1
- Updated
exampleapp to use the signature hash programmatically instead of hardcoding it inAndroidManifest.xml. - Updated the
example/READMEfor detailed instructions on how to set up theexampleapp. - Update documentation for the following:
- Internet and Network State permissions in
AndroidManifest.xml. - Debug and release signature hash generation for Android.
ProGuardsetup within this plugin.
- Internet and Network State permissions in
3.2.0
- Upgrade MSAL native libraries:
- Android:
6.0.1(Version fixed to ensure each release ofmsal_authconsistently uses a specific native MSAL version) - Apple:
2.2.0
- Android:
- Used modern
Gradlesyntax with updated Kotlin and Gradle wrapper version. - Migrated the Android example app from Groovy to Kotlin build scripts.