I am getting the following error:
"OAuth2 handling error trying to generating redirect URL: Get "https://login.microsoftonline.com/{tenant id}/v2.0/.well-known/openid-configuration": dial tcp 20.190.159.4:443: i/o timeout"
and
" level=warning msg="Warning: Authentication took longer than 10 seconds, this may be indication of a problem with your authentication provider. Please review the logs. Enabling the OAuth2.Logging configuration option may provide further details to diagnose this condition."
The server is behind a corporate proxy and the environment variables (HTTPS_PROXY and https_proxy) are set in /etc/environment. "curl -vk login.microsoftonline.com" and "curl -vk graph.microsoft.com" works from the command line, so the server is accessing azure.
Is there any parameter which I can direct the server to login to azure through the proxy?