Summary
Web security can be set up for ArcGIS Workflow Manager viewers using Windows Authentication with IIS.
Instructions provided explain how to set up web security for the JavaScript viewer.
Procedure
- Enable Windows Authentication in IIS.
- In the JavaScript viewer folder, rename the 'web.config' file to 'web-secure.config'.
- Rename the file extension of index.html to index.aspx.
This enables the file to be edited as a .NET file. - Open the index.aspx for editing. Replace the value for user = "Configuration.DefaultUser" to user = "<%= User.Identity.Name.Replace("AVWORLD\","") %>"
Note:
Replace AVWORLD to match the organization’s domain.
- Save index.aspx.
- Open the JavaScript viewer using the url -
'http://your-server-name/website-name/index.aspx'.
Some web browsers automatically log users in. If not, enter the user login information and click OK.