Connect to an IWA secured Portal and search for maps.
Your organization might use Integrated Windows Authentication (IWA) to secure ArcGIS Enterprise. This can be useful because the same credentials used to log into your work computer and network can be used to authenticate with ArcGIS. IWA is built into Microsoft Internet Information Server (IIS) and works well for intranet applications but isn't always practical for internet apps.
- Enter the URL to your IWA-secured portal.
- Click the button to search for web maps stored on the portal.
- If authentication is successful, portal items will display in the list.
- The currently logged in Windows account will be used to authenticate portal access.
- An
ArcGISNetworkCredential
object is created. - If the user authenticates, the search returns a list of web maps (
ArcGISPortalItem
).
- ArcGISNetworkCredential
- ArcGISPortal
This sample searches for web map portal items on a secure portal. To successfully run the sample, you need access to a portal secured with Integrated Windows Authentication that contains one or more web map items and credentials which grants you access to that portal.
IWA, which is built into Microsoft Internet Information Server (IIS), works well for intranet applications but isn't always practical for internet apps.
More information about IWA and its use with ArcGIS can be found at the following links:
authentication, Portal, security, Windows