- iOS: fixed missing dependency flutter.h
- Android: compileSdkVersion 30 -> 31; kotlin_version 1.3.50 -> 1.7.10
- iOS: iOS devices are now supported.
Bug fix:
- Web: solved issue when using REDIRECT method and user clicks forgot password and either INIT and PASSWORD_RESET callbacks are triggered. Added session storage clean up before triggering PASSWORD_RESET callback to prevent interaction_in_progress MSAL error when calling the next authority.
Bug fix:
- Web: solved issue when user click back button from policy interactive that prevented further policies to be called
Bug fix:
- Resolved access token expireOn deserialization when locale was not en_US (same)
Bug fix:
- Resolved access token expireOn deserialization when locale was not en_US
Minor fixes:
- Mispelled enum for sign_out callback
Minor fixes:
- AzureB2C getters now check if value returned from channel is null
Intial release. Supported feauture:
- Platforms:
- Android
- Web
- Functionalities:
- B2C user flow support:
- Trigger any default or custom policy
- Tokens storage
- Sign out
- (External providers (e.g. Google) not tested!)
- B2C user flow support: