Show / Hide Table of Contents

Property HostsBehindProxy

HostsBehindProxy

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

Declaration
public IReadOnlyList<string> HostsBehindProxy { get; }
Property Value
Type Description
IReadOnlyList<string>

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

Remarks

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.

Applies to

Platforms and versions
TargetVersions
.NET300.0 - 300.1
.NET Windows300.0 - 300.1
.NET Android300.0 - 300.1
.NET iOS300.0 - 300.1
In this article
Provide feedback
Back to top Copyright © 2025 Esri.