jkroepke/openvpn-auth-azure-ad

Move user authentication in a thread

jkroepke opened this issue · 0 comments

openvpn-auth-azure-ad is checking max. 30 seconds for a successful device token flow.

Since the waiting loop runs in the main thread, no other users can be authenticated.