i'm a gis beginner. i create wms service. and i set user & role to accessible. (user1)
when i open wms in arc map it's error "authentication token required"
i try read help document. use token
http://localhost:6080/arcgis/services/test_mapservice/MyMapService1/MapServer/WMSServer?token= 6o3bne5bR72Rix3emqUZm7jw8B9g4x4wzYXglgdsn4HzEUGtYOISvHib3ZpzBKgThtKtl_ormeoSU9VBfHM8QK-rNlR5BHSz2xTjdLUpKKETA2YN6ooP6rZW94fFT0CgIyiDG3e5CnFqzLfsxoMX-wWH0jm4VctU6M7XbKX9gmU.
but it's still error (can't access wms) how to remove token authentication.
Is it possible to turn off the token. To use user:password account only
thank you, everyone
You said you read this Connecting to GIS servers—Help | ArcGIS for Desktop and it didn't work?
Dan, I think that parameter/option was added in version 10.4, according to the help. Based on the poster's image, they are using an earlier version.
That might explaine the differerence ... I wonder if there is a workaround in their help
thank you all for try help me, i use arcgis server 10.3 & arcmap 10.3.
if i unlock security setting in arcgisserver. everyone can access service.
but i want geotransport group can access wms only. how to fix it. sorry my english is not good.
thank you agian
what about private, only to selected users... seems to be the only option for the version of software you are using
if i choose private and select geotransport group. arcmap can't open wms "
it's error "authentication token required" As Top image
I have received below error
This seems to be a know limit described in bug: Bug NIM089583.
You can get a token from the GIS Server and append it to the end of your WMS URL, and not pass username/password. The issue is related to how ArcMap expects to access OGC - there's no provision in the OGC spec for Esri tokens, but there is for basic/digest auth (web tier authentication).