question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug] Xamarin.Android authentication fails since 4.8.0

See original GitHub issue

Which 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 image

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
jennyf19commented, Jan 21, 2020

@tipa @Daniel-NP issue has been fixed and merged into master. we are working on getting a release out. thanks for reporting this.

1reaction
bgavrilMScommented, Jan 21, 2020

Unlisted image

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found