- ABP Framework version: Latest Version
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace: Could not retrieve the OpenId Connect discovery document! ErrorType: Exception. Error: Error connecting to https://account.abp.io/.well-known/openid-configuration. The proxy tunnel request to proxy 'http://proxy:port/' failed with status code '407'.
- Steps to reproduce the issue:" run CLI abp login <username> -p <password>
More Info: When used abp cli create abp suite project we has issues 407 authen proxy because using network corporate. With npm we are config proxy with npm config set http-proxy/https-proxy, so about abp cli how to config?