AzureAD / microsoft-authentication-library-for-go

The MSAL library for Go is part of the Microsoft identity platform for developers (formerly named Azure AD) v2.0. It enables you to acquire security tokens to call protected APIs. It uses industry standard OAuth2 and OpenID Connect.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to authenticate through proxy

anddag opened this issue · comments

commented

Using in an ubuntu environment (23.04). Unable to authenticate to azuread from the internal network (Internet access is through a proxy). I also set the classical environment variables http_proxy and https_proxy in /etc/environment but from tcpdump I see that calls to microsoft services do not go through the proxy. What are the other configurations to do?

Using in an ubuntu environment (23.04). Unable to authenticate to azuread from the internal network (Internet access is through a proxy). I also set the classical environment variables http_proxy and https_proxy in /etc/environment but from tcpdump I see that calls to microsoft services do not go through the proxy. What are the other configurations to do?

There uodates on this missing feature?