Hi Justin,
I have been trying to setup a web adapter with anonymous authentication with a specific user in order to access secured map services. I've followed your instructions for doing this but the secured services don't show up, only the unsecured services in the services directory. Are there any additional steps or something else I could be missing here?
I started this configuration with ArcGIS Server 10.1 but due to a bug, you can't make the root of the services directory public so I upgraded to ArcGIS 10.2.2.
- Authentication is the verification of the credentials of the connection attempt. This process consists of sending the credentials from the remote access client to the remote access server in an either plaintext or encrypted form by using an authentication protocol.
- Authorization is the verification that the connection attempt is allowed. Authorization occurs after successful authentication.
Is this still the case at 10.2.2? I thought I read this was a bug in 10.1 and was fixed at the 10.2 release. We are installing 10.2.2 and seem to be having this issue.
We can publish with only windows authentication enabled. We need anonymous authentication enabled because the services require it but with anonymous enabled it gives the error can't connect to publishing tools.
Creating a 'public' user in AD is out of the question.
Any thoughts?
I asked Esri. The solution is to install 2 web adaptors on the same server. Enable Anonymous on one and Windows Auth on the other. Publish services using the one with Windows Authentication and use the services in applications using the anonymous authentication web adaptor. It seems to be working.
Steven
Wondering if anyone has gotten this configuration to work on any recent version (10.6 or higher)?
I'm trying to set up a site with both anonymous and windows authenticated web adaptors but AGS denies access to the anonymous service despite IIS being set up with a specific AD account. The AGS log says that access was attempted by 'Anonymous user'.