Identity Manager

2965
5
09-27-2011 06:04 AM
AndrewBrown1
Occasional Contributor II
I saw that there is something called an Identity Manager in the new JS 2.5 API. Is there any documentation on how this works and/or how it replaces the current long term token/proxy page?

http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp_start.htm#jshelp/new_v25.html

Thanks,
Andrew
0 Kudos
5 Replies
KellyHutchins
Esri Frequent Contributor
There's some documentation here - along with a link to a sample:

http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/ags_secureservices.html


EDITED by melita kennedy to add current link (as of 03 June 2014):

Identity Manager
0 Kudos
AndrewBrown1
Occasional Contributor II
Does the Identity Manager work with 10.0 SP1 and above or 10.1 and above?

This came from: http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi_start.htm#jssamples/widget_identityman...
Note: The IdentityManager works with resources from ArcGIS.com and services published using ArcGIS Server 10.1 or greater.

This came from:
http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp_start.htm#jshelp/new_v25.html
The identity manager replaces both. It is now possible to interact with secure services (ArcGIS Server 10.0 SP1 or hosted on ArcGIS.com) with a single line of code.


Thanks,
Andrew
0 Kudos
KellyHutchins
Esri Frequent Contributor
Its 10 service pack 1 and greater we'll update the doc to be consistent.

Does the Identity Manager work with 10.0 SP1 and above or 10.1 and above?

This came from: http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi_start.htm#jssamples/widget_identityman...
Note: The IdentityManager works with resources from ArcGIS.com and services published using ArcGIS Server 10.1 or greater.

This came from:
http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp_start.htm#jshelp/new_v25.html
The identity manager replaces both. It is now possible to interact with secure services (ArcGIS Server 10.0 SP1 or hosted on ArcGIS.com) with a single line of code.


Also, our web mapping application is nested inside of a secured .NET application, with login credentials provided at webpage entry. Is there a way to pass in the .NET credentials to the JS web mapping application to avoid double user authentication (once at initial log in and again at web mapping application log in)?

Thanks,
Andrew
0 Kudos
AndrewBrown1
Occasional Contributor II
Also, our web mapping application is nested inside of a secured .NET application, with login credentials provided at webpage entry. Does anybody know if there is a way to pass in the .NET credentials to the JS web mapping application to avoid double user authentication (once at initial log in and again at web mapping application log in)?
0 Kudos
nicogis
MVP Frequent Contributor
if your web application is protect with login, in page js you can use also only proxy page.
0 Kudos