using secure ArcGIS Server services

11457
30
04-11-2011 05:23 AM
JörgMoosmeier
Esri Contributor
Hi all,

I have setup my AGS with SQL-Server/Token based security. Works just fine within the REST directory and ArcGIS Desktop.
I'm having trouble using a secure service in ArcGIS.com (adding in My content) or accessing the secure service in ArcGIS.com Viewer or Explorer Online.
Is it possible at all to use secure services (either Token based or HTTP basic/digest) in ArcGIS.com and these viewers?

Thank you
Joerg
Tags (2)
0 Kudos
30 Replies
SageWall
New Contributor III
I am also having the same problem using secure services in ArcGIS.com.  I can log into the rest service just fine but when I try and add the secure service into ArcGIS.com, I can not get past the login pop up window.  I just says Invalid User Name/Password.  I even set up a new role and user in ArcGIS Server Manager and couldn't get that one to work either.  Any Ideas?

Sage
0 Kudos
JarrettHandy1
New Contributor
i am having the same problem.
0 Kudos
MikeMinami
Esri Notable Contributor
Sage, Jarrett,

What version of ArcGIS Server are you running? Can you verify that it is version 10 sp1 or greater?

Thanks,

Mike
0 Kudos
RyanEckdale-Dudley
New Contributor III
Same issue here. Running ArcGIS Server with SP2. When i try and add secure services to ArcGIS online, it prompts for User/Password. Howver, keep getting invalid username/password message. Ideas?

Ryan
0 Kudos
SageWall
New Contributor III
Hi Mike,

We are running ArcGIS Server 10 service pack 3.

Sage
0 Kudos
MikeMinami
Esri Notable Contributor
Can anyone give me access to their server to try it out? You can send me a private notification in these forums...

Thanks,

Mike
0 Kudos
by Anonymous User
Not applicable
I had the same problem today.  I found that using the token parameter on my map service URL worked.

1. Create token on behalf of the user identity with Identifier set to http://www.arcgis.com
2. Include that token value on the Map Service URL that is being added to an ArcGIS.com map.

Example URL with token as a parameter:
http://arcgisserver.domain.name/ArcGIS/rest/services/mySecureService/MapServer?token=6xgjHf9MIcnI1u8.....
0 Kudos
danbecker
Occasional Contributor III
I had the same problem today.  I found that using the token parameter on my map service URL worked.

1. Create token on behalf of the user identity with Identifier set to http://www.arcgis.com
2. Include that token value on the Map Service URL that is being added to an ArcGIS.com map.

Example URL with token as a parameter:
http://arcgisserver.domain.name/ArcGIS/rest/services/mySecureService/MapServer?token=6xgjHf9MIcnI1u8.....



same problem here; secured GIS service using SqlServer db for users/roles; connection to services is https through reverse proxy.
When I attempt to "add from web" and specify my secured service, I get the username/password prompt, but every user/pass I enter is invalid.

I was able to add the secured service via generating a token as mentioned above, but as soon as the token expires, we're back to square 1.

Could is be a sqlserver user/pass store is the problem? Anyone have secured services (windows auth) in AGO?
0 Kudos
MikeMinami
Esri Notable Contributor
David, Dan,

What version of ArcGIS Server are you running? Was it working before and stopped, like maybe after you upgraded?

Thanks

Mike
0 Kudos
danbecker
Occasional Contributor III
David, Dan,

What version of ArcGIS Server are you running? Was it working before and stopped, like maybe after you upgraded?

Thanks

Mike


mine is a brand new install (hardware bundle) from esri that we received 2 wks ago.

Not sure how to tell what SP is loaded, but I know for sure it's v10

EDIT:
just found the patchfinder.exe for identifying what SP you have...bottom of this page.

It doesn't display any SP info, just displays:

ArcGIS Server 10 - GIS services
ArcGIS Server 10 - Web Applications

So...i'm downloading/installing SP4 right now
0 Kudos