Configuring Software Depot under VCF Operations Build->Software Depot-> Online Depot connection shows error:
Error occurred on the authorization server. Please try againIn the console-log.log located in the SOS bundle under download-service folder show:
2026-06-30T08:46:46.292016919Z stdout F Caused by: com.vmware.evo.sddc.lcm.depot_auth.exceptions.DepotAccessTokenParseException: Unparsable JSON response from Broadcom oAuth authorization server. HTTP Status code: 403; Headers: [Content-Type: text/html, Cache-Control: no-cache, Content-Length: 7445, X-Frame-Options: deny, Proxy-Connection: Keep-Alive], Body: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2026-06-30T08:46:46.292026299Z stdout F <html>
2026-06-30T08:46:46.292035709Z stdout F <!-- FileName: index.html
2026-06-30T08:46:46.292244627Z stdout F
2026-06-30T08:46:46.292252291Z stdout F var Systemname = "";
2026-06-30T08:46:46.292259821Z stdout F var Regel = "example.system,";
2026-06-30T08:46:46.292453487Z stdout F var Brechtigungsgruppen = Array("Internet_Allow", "Internet_Deny", "P-User-ALL");
2026-06-30T08:46:46.292461143Z stdout F var Gruppen = "";
VCF Operations 9.1
The download_service attempted to fetch an OAuth access token from https://eapi.broadcom.com/vcf/generateToken ([https://eapi.broadcom.com/vcf/generateToken]) to authenticate the depot.
The request was routed through the configured proxy but the proxy server intercepted the request and returned an HTTP 403 Forbidden status code.
To resolve this issue, coordinate with network security/firewall team to grant the fleet-depot internet access. Provide them with the following details:
example.system (as seen in logs) and add the blocked system to an exclusion/allow list (such as the Internet_Allow group seen in the logs).