0
votes
0answers
14 views

Service Token usage by applications authorization

As developers we are using Token based Service security concept with proxy to protect the tokens. I wanna understand something about tokens. A developer is using a token that given by ArcGIS Server ...
4
votes
1answer
29 views

about token based authentication security

I am reading the authenticated services with token. I understand that a user have to get a token to using arcgis services. Example: https://domain.com/arcgis/rest/services/myMap/MapServer is my ...
2
votes
0answers
37 views

ArcGIS Server Security related justification

We just installed ArcGIS server(JAVA) and the network security has a few policy that requires us to provide justification on our setting. Does anyone have any reference document for the following ...
1
vote
1answer
23 views

problem to Disable the security in server.dat file

I am trying to remove the security from web services.While seaching , I found that we have to set <SecurityEnabled>True</SecurityEnabled> To ...
0
votes
0answers
29 views

Mixed Content Warning on Secured ArcGIS SOAP Service in IE

I am accessing a secured ArcGIS SOAP service with ?wsdl at the end. When I try to open the service in IE, I get a mixed content (https & http) warning. I do not get that warning when I try to ...
2
votes
1answer
268 views

ArcGIS Server security and Windows domains - issues for non-IE browsers

I'm looking for some advice / experience in ArcGIS Server security with a Windows domain. Normally in this situation I would do some prototyping but I don't have access to a domain. I'm planning to ...
3
votes
3answers
378 views

Feature-level authorisation in ArcGIS Server REST services

Is feature-level authorisation even remotely possible when accessing ArcGIS (10) via the REST APIs? From what I understand I can secure individual services but at most this gives me control over who ...
2
votes
2answers
164 views

Securing ArcGIS Server 10.x On .NET - User Store Point At LDAP

I have the fun job of securing ArcGIS Server, and one of the requirements is to use LDAP for authentication and authorization for services... For ArcGIS Server installed on Java backend it looks to ...
0
votes
1answer
122 views

Securing AGS output, cache, and jobs folders

ArcGIS Server (for .NET) generates images, etc. in arcgisoutput, arcgiscache, and arcgisjobs folders. Can the AGS security system (specifically, token-based) be used to secure these folders in the ...
6
votes
1answer
2k views

Struggling with ArcGIS REST API and tokens

I'm doing my best to secure my AGS (9.3.1) services, but have struggled with tokens. As you can see, my nw account belongs to the agsadmin and agsusers roles: I have assigned these same roles to my ...
1
vote
2answers
136 views

Where deploy Custom Provider DLL for ArcGIS Server if GAC is not an option

I have a client that has developed a custom Membership Provider for ArcGIS server and cannot deploy the provider to the GAC. Does anyone know where we could put the DLL such that the ArcGIS Security ...