RequestAuthorizationCodeTokenAsync hanging #74
Unanswered
zzstuzor
asked this question in
Open Source
Replies: 0 comments 1 reply
-
|
It seems to be hanging at the line below, and fails with a timeout. I've created a basic console app to test it without the Excel plugin part, and it seems to be failing in both x64 and x86 (I've updated the ticket title to remove the 32-bit part). It works on one computer but not the other. Any ideas why this part might fail even though the initial step of login succeeds? Perhaps some environmental issue on my computer? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm implementing OIDC in an Excel plugin, using IdentityModel and OidcClient. It works in x64 dotnet but seemingly not when running x86.
The auth server is returning me the first part of the code, but when I try to redeem the code it hangs.
ResponseProcessor.cs line 181 when calling
await client.RequestAuthorizationCodeTokenAsync(...)I'll get the source for IdentityModel and keep debugging, but it's been plaguing me for days - Has anyone else seen any issues with x86 dotnet?
Beta Was this translation helpful? Give feedback.
All reactions