msal-flutter
msal-flutter copied to clipboard
Microsoft Authentication Library Flutter Wrapper
Added support for forgot password
How to replicate - Login interactively - Click forgot password. - token = await pca.acquireToken(scopes); will throw a simple MsalException. It would be great if it will throw MsalForgotPasswordException so...
I tried to follow the document & an example in this plugin. User can sign in in b2c but it always in the redirect step with the exception `Authentication error`....
Custom redirect URI support. Request to provide this support.
Hello, I am new with flutter and while msal_flutter works for iOS when trying to configure MSAL authentication (AAD, B2B) on android it fails. Even the example provided - app...
MsalClientException is thrown if there is no connection and token is expired and it can't be handled. here is full stacktrace > [ +276 ms] E/AndroidRuntime( 9658): FATAL EXCEPTION: Thread-2...
This commit addresses incompatibilities in the current msal-flutter due to changes in the underlying MSAL components.
I am using MAC OS Catalina Version 10.15.1. I am having trouble to get viewing Azure Ad b2c login screen I am getting "Invalid config" message. could you please help...
I do not know what I am doing wrong. I followed the readme file but I get the following exception > E/flutter (19355): [ERROR:flutter/shell/platform/android/platform_view_android_jni.cc(39)] java.lang.NoSuchFieldError: No static field msalApp of...
E/flutter ( 7384): [ERROR:flutter/shell/platform/android/platform_view_android_jni.cc(39)] java.lang.NoSuchFieldError: No field msalApp of type Lcom/microsoft/identity/client/IMultipleAccountPublicClientApplication; in class Luk/co/moodio/msal_flutter/MsalFlutterPlugin$Companion; or its superclasses (declaration of 'uk.co.moodio.msal_flutter.MsalFlutterPlugin$Companion' appears in /data/app/com.owltechindustries.shot_trac_mobile-NfV79bdW-1JQ0dob-YmbBw==/base.apk:classes7.dex) E/flutter ( 7384): at uk.co.moodio.msal_flutter.MsalFlutterPlugin$Companion.isClientInitialized(MsalFlutterPlugin.kt:26)