HowTo:  Set up web security using Windows Authentication with IIS for Workflow Manager JavaScript viewer

相关信息
Article ID: 41082
Software:
ArcGIS Workflow Manager for Server 10.1
Platforms:
Windows XP, Server 2003, Vista, Server 2008, Windows 7, Server 2008 R2

问题描述
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.
已邀请:

易智瑞技术支持

赞同来自:

解决方案
  1. Enable Windows Authentication in IIS.
  2. In the JavaScript viewer folder, rename the 'web.config' file to 'web-secure.config'.
  3. Rename the file extension of index.html to index.aspx. This enables the file to be edited as a .NET file.
  4. Open the index.aspx for editing. Replace the value for user = "Configuration.DefaultUser" to user = "<%= User.Identity.Name.Replace("AVWORLD\","") %>"
    Replace AVWORLD to match the organization’s domain.
  5. Save index.aspx.
  6. 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.


创建及修改时间
Created: 4/1/2013

Last Modified: 4/4/2013
原文链接
http://support.esri.com/en/kno ... 41082

要回复问题请先登录注册