-
Notifications
You must be signed in to change notification settings - Fork 26
Authentication error when receive redirect from acquireToken #6
Comments
@ductranit sorry forgot to reply sooner. Do you get any errors in the log output? Also which version of iOS and please confirm if your xcode and flutter are all updated and using the latest versions. |
Hi, I'm having also this same issue on iOS. It doesn't show a webpage, it immediately throws an exception when acquiring token. I've already add the required items in
I've already changed the deployment target to iOS 11 for both project and the added this Running on iPhone 8+ (iOS 12), Xcode 11.3.1, Flutter 1.12.13+hotfix8 |
Sorry I didn't get github email notification until now. I'm not working on this project now. |
Does anyone know about a solution? |
Hi @eladcandroid, sorry about the delay in getting back, just realised i actually didnt have notifications properly set up, which is why i kept missing so many >_< |
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
.My redirect url:
msauth.com.my.package://auth
I also set the CFBundleURLTypes & LSApplicationQueriesSchemes like the document & example, but still doesn't work.
My code:
Do you have any idea to debug the detail problem?
The text was updated successfully, but these errors were encountered: