[Bug] Xamarin.Android authentication fails since 4.8.0
See original GitHub issueWhich Version of MSAL are you using ? MSAL 4.8.0 (bug not present with v4.7.1)
Platform Xamarin.Android
What authentication flow has the issue?
- Desktop / Mobile
- Interactive
- Integrated Windows Auth
- Username Password
- Device code flow (browserless)
Repro
authResult = await clientApplication.AcquireTokenInteractive(Scopes)
.WithParentActivityOrWindow(myActivity)
.ExecuteAsync();
Expected behavior
User can enter login credentials and AcquireTokenInteractive
method returns with authResult
Actual behavior
AuthenticationContinuationHelper.SetAuthenticationContinuationEventArgs
throws exception and AcquireTokenInteractive
does not return with a value
Additional context/ Logs / Screenshots
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:7 (5 by maintainers)
Top Results From Across the Web
System could not be found, Xamarin.Forms not found
I have spent hours looking through stack overflow and google and nothing is working,. Clean solution, rebuild, build reload has not worked.
Read more >Xamarin.Forms 4.8.0.1269 (4.8.0) Release Notes
Release notes detailing new features, improvements, and issues fixed in Xamarin.Forms 4.8.0.1269 (4.8.0)
Read more >Mono 4.8.0 Release Notes
iOS, Xamarin.Mac and the Mono installed by the official Mac MDK installer use Apple's TLS stack instead which uses Apple's system certificate ...
Read more >MobileIron AppConnect 4.8.0 for iOS SDK App Developers ...
Application error: Unable to communicate with the application ... Create the AppConnect.plist in Xamarin Studio.
Read more >Troubleshooting Android
It does not cause any issues in your app as the calls are guarded with runtime checks so they won't create any issues....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@tipa @Daniel-NP issue has been fixed and merged into master. we are working on getting a release out. thanks for reporting this.
Unlisted