Lock - password protect my map

3329
4
11-12-2010 08:32 PM
AchilleasDrosos
New Contributor III
Can i password protect my map in arcgis explorer?
0 Kudos
4 Replies
JamesStewart
New Contributor
I haven't seen anything about passwords.  I'm 'locking' down my maps using using the configuration manager if that helps...
0 Kudos
AchilleasDrosos
New Contributor III
How? can you explain...?
0 Kudos
MichaelBranscomb
Esri Frequent Contributor
Hi,

You can tailor the user experience and add/remove functionality via "Application Configurations" - see http://webhelp.esri.com/arcgisexplorer/1500//en/appconfigs.htm for more info.

If you want to password protect the map you could use regular windows file security or alternatively consider creating an "Extension Add-in" which you would then deploy as part of an Application Configuration. This Extension Add-in gives you the chance to run some code as the application is starting - in which you could validate the logged in user against an Access Control List, or hook into your enterprise security approach perhaps. Or you could display a prompt asking the user for their credentials then again do the validation against your list/user database. See http://help.arcgis.com/en/arcgisexplorer/1500/sdk/componenthelp/index.html#/d/0003000003tv000000.htm for more information.

Regards

Mike
0 Kudos
AchilleasDrosos
New Contributor III
thanks i ll try and come back with questions and results...
0 Kudos