Erudika/para

Authentication with Github, Microsoft not working due to timeout

aszabo314 opened this issue · 3 comments

We are unable to log in to either para or scoold using github authentication. After granting privileges to the respective app on github, the process appears to simply time out, after which paraio.com shows the message "Authentication failed or was cancelled."

Is there anything obvious we're missing? Does this authentication work on your end?

Edit: We also experience this issue with Microsoft auth.

This has been happening for some time now and I can't figure out what exactly causes it. The affected OAuth providers are GitHub and Microsoft. The request which times out is the one querying the user profile from the respective identity provider. I'll have to investigate this further.

Appears to work now again - we have no more problems with authenticating.

The recent changes in 4787631 seem to have fixed this issue. Not properly closing HttpClient resources could have been the root cause. Closing this for now.