Azure-Samples / active-directory-dotnet-windows-store

A Windows Store 8.1 or Windows 10 (UWP) application that uses Azure AD and the ADAL library to authenticate the user and call a web API using OAuth 2.0 access tokens.
16 stars 12 forks source link

AcquireTokenAsync() throws irregularly System.ExecutionEngineException #17

Closed jw8tel closed 6 years ago

jw8tel commented 9 years ago

Using Win 10, I sometimes get a System.ExecutionEngineException while trying to run the sample.

It occurs here: AuthenticationResult result = await authContext.AcquireTokenAsync(resourceId, clientId, redirectURI);

Any pointers?

dstrockis commented 8 years ago

If people continue to see this error please let me know!

jmprieur commented 6 years ago

Does not seem to be the case at the moment.