hostsBehindProxy property

List<String> get hostsBehindProxy

The hosts of the ArcGIS resources that are to be accessed behind the Identity-Aware Proxy (IAP).

Supports the use of wildcards (*) to facilitate flexible access control. For example,

  • \["*"]: Applies the ID token to all requests, allowing access to any host.
  • \["*.domain.com"]: Applies the ID token to all requests that match the specified domain, which includes all subdomains.
  • \["*.subdomain.domain.com"]: Applies the ID token to all requests that match the specified subdomain, providing granular control over access.