Users authentication module/SSO for JS/HTML Application (Not ArcGIS Online map resources)

676
1
11-03-2014 05:05 AM
El_BoukfaouiReda
New Contributor II

Hello everyone,

Is anyone aware of the faculty of implementing an SSO authentication module on a JSAPI/HTML application?

I insist on the fact that I am not using a webmap from ArcGIS Online but I am using ArcGIS Server dynamic map services.

The OAuth module is only compatible with ArcGIS Online but I don't know if there could be a compatibility or a retailoring with a simple JSAPI/HTML application, but it doesn't seem to.

The module itself should access Microsoft active directory users in an Enterprise level.

I have encounter some .NET sample codes but I need something Javascript oriented.

Do you have any suggestions how is it possible?

0 Kudos
1 Reply
PaulCrickard1
Occasional Contributor II

You want a webmap that is visible only to users logged in to Active directory? If you have access to IIS you can just open your server manager, click on the site you want to lock down, select authentication and set to:

Anonymous Auth - Disabled

ASP.net impersonation - Enabled

Basic auth - Disabled

Forms Auth - Enabled

Windows Auth - Enabled

0 Kudos