msal_auth_plugin 1.0.2
msal_auth_plugin: ^1.0.2 copied to clipboard
A Flutter plugin for Microsoft Entra ID (Azure AD) authentication using MSAL.
Changelog #
All notable changes to this project will be documented in this file.
1.0.1 - 2025-10-13 #
π Added #
- Initial release of msal_auth_plugin
- Support for Android and iOS platforms
- Interactive and silent token acquisition methods
- Support for multiple authentication brokers:
- Microsoft Authenticator
- System Browser
- In-App WebView
- Single account mode authentication support
- Detailed authentication result including account information
- Example app demonstrating plugin integration and usage
- Comprehensive documentation and setup guide for Android & iOS