The customer has defined an HTTP proxy in the Java Connector Server, to acquire an Azure endpoint.
When creating the endpoint in the Identity Manager User Console, the following error is returned:
Identity Manager 14.4.1
To use the HTTP proxy in the Java Connector Server, we need to include the username and password in the server_jcs.properties file as the code expects them.
We need to ensure httpProxyPrimary.username and httpProxyPrimary.password are present with a suitable password in the file with full path: opt\CA\Identity Manager\Connector Server\jcs\conf\override\server_jcs.properties, as mentioned below,
httpProxyConfiguration.enabled=true
httpProxyPrimary.host=99.99.99.99
httpProxyPrimary.port=8080
httpProxyPrimary.username=User1
httpProxyPrimary.password=Password1
https://techdocs.broadcom.com/us/en/symantec-security-software/identity-security/identity-management-and-governance-connectors/1-0/connectors/microsoft-connectors/microsoft-azure.html