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.

Microsoft.Identity.Client.AuthenticationContinuationHelper class not found in Xamarin.Android project v3.0.8 nuget

See original GitHub issue

Which Version of MSAL are you using ? Note that to get help, you need to run the latest version. Preview version are also ok. For ADAL, please log issues to https://github.com/AzureAD/azure-activedirectory-library-for-dotnet 3.0.8

Platform Xamarin.Android

What authentication flow has the issue?

  • Desktop / Mobile
    • Interactive
    • Integrated Windows Auth
    • Username Password
    • Device code flow (browserless)
  • Web App
    • Authorization code
    • OBO
  • Web API
    • OBO

Other? - please describe;

Is this a new or existing app? new application

Repro clone https://github.com/Azure-Samples/active-directory-b2c-xamarin-native upgrade nuget package from 3.0.5-preview to 3.0.8 watch the android app break because of missing class AuthenticationContinuationHelper. weirdly the class is found in iOS project.

        protected override void OnActivityResult(int requestCode, Result resultCode, Intent data)
        {
            base.OnActivityResult(requestCode, resultCode, data);
            
            AuthenticationContinuationHelper.SetAuthenticationContinuationEventArgs(requestCode, resultCode, data);
        }

**Expected behavior**
AuthenticationContinuationHelper should be a known class

**Actual behavior**
AuthenticationContinuationHelper class not found

**Possible Solution**
problem with nuget package?


![image](https://user-images.githubusercontent.com/3155241/57136036-81f07280-6d79-11e9-9e30-53a40438acbc.png)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:31 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
jennyf19commented, May 3, 2019

@markti closing…thanks for the help today.

2reactions
jennyf19commented, May 3, 2019

You caught us during our shift change… from UK support to Seattle area support. Lol

Read more comments on GitHub >

github_iconTop Results From Across the Web

AuthenticationContinuationHelper class not found in MSAL ...
I am trying to create a fresh Xamarin Forms application that authenticates using an AAD B2C tenant. I've based the app code on...
Read more >
Xamarin Android code configuration and troubleshooting ...
Learn about considerations for using Xamarin Android with the Microsoft Authentication Library for .NET (MSAL.NET).
Read more >
Xamarin Forms Android build error
Hi, Can't build Xamarin Forms Android project anymore, started getting this error "resource android:attr/lStar not found".
Read more >
Add authentication to your Xamarin.Android app
In the new tab, select Browse, then enter Microsoft.Identity.Web in the search box. Screenshot of adding the M S A L NuGet in...
Read more >
Add authentication to your Xamarin.Forms app
In this article. Add authentication to your backend service; Add authentication to the app; Configure a native client application; Configure the ...
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