Xamarin Adal Acquiretokenasync Not Returning Result! Onactivityresult Is Hit
I have a xamarin.android app and am using ADAL to authenticate. I have an AuthService that calls var authResultAsync = await authContext.AcquireTokenAsync(...); This call never ret
Solution 1:
I am calling the AuthenticationContinuationHelper
(MSAL) not AuthenticationAgentContinuationHelper
(ADAL)
https://github.com/AzureAD/azure-activedirectory-library-for-dotnet/issues/1541
Post a Comment for "Xamarin Adal Acquiretokenasync Not Returning Result! Onactivityresult Is Hit"