msal-flutter
msal-flutter copied to clipboard
Microsoft Authentication Library Flutter Wrapper
Hello every I want help regarding MSAL authentication using the broker app in ios I have all the required dependencies and code changes but am still note able to trigger...
`PublicClientApplication.acquireToken` does not launch MS Authenticator. Info.plist already contains the following: ``` LSApplicationQueriesSchemes msauthv2 msauthv3 ``` Please note that authentication works. It brings up the web-based login form even if...
We noticed our usage of msal_flutter started to fail. As we went back to figure out what was wrong, we simply ran your example app and it errors out in...
all the flows for msal are here https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-authentication-flows this is the one I am looking for and is recommended for mobile msal auth https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-auth-code-flow
Can I use this for Azure AD for organization? I'm having difficulties figuring the authorities since I always got null client/authority
I'm having problems building the APP I'm using flutter 2.2.3 stable dart 2.13.4 msal-flutter 1.0.0+3 ```log C:\src\flutter\.pub-cache\hosted\pub.dartlang.org\msal_flutter-1.0.0\android\src\main\kotlin\uk\co\moodio\msal_flutter\MsalFlutterPlugin.kt: (51, 42): Type mismatch: inferred type is String? but String was expected *...
for example at line 82, change: ```swift catch{ result(FlutterError(code: "NO_ACCOUNT", message: "Error retrieving an existing account", details: nil)) } ``` to ```swift catch{ result(FlutterError(code: "NO_ACCOUNT", message: "Error retrieving an existing...
I tried using the plugin configured everything as required but when try to login nothing happens with the sample code. With the same configuration however iOS app works fine.