WMX Flex Client security - login / password

1547
1
Jump to solution
08-08-2012 02:52 PM
FraserHand
Occasional Contributor III
Hi There,
Has anyone implemented a login / password with the OOTB wmx flex client?
I'm thinking maybe wrapping it in a .net page with pass through IIS security
Are there any extended samples out there?
Thanks,
Fraser
0 Kudos
1 Solution

Accepted Solutions
KevinBedel
Esri Contributor
Hi Fraser,

There is a sample ASP.Net page included with the 10.1 version of the viewer that can be used to accomplish this. To utilize the sample:

1) In IIS, disable Anonymous Authentication and enable Windows Authentication for the Flex Viewer
2) In the deployed Flex Viewer folder, rename default.windows_auth.aspx to default.aspx. As well, delete or rename index.html to ensure it is not used.

If you are using ArcGIS Worklfow Manager 10.0 on ArcGIS Server .Net 10, and want to also secure the services using Windows authentication, this KB article can provide more information: http://support.esri.com/en/knowledgebase/techarticles/detail/39408

View solution in original post

0 Kudos
1 Reply
KevinBedel
Esri Contributor
Hi Fraser,

There is a sample ASP.Net page included with the 10.1 version of the viewer that can be used to accomplish this. To utilize the sample:

1) In IIS, disable Anonymous Authentication and enable Windows Authentication for the Flex Viewer
2) In the deployed Flex Viewer folder, rename default.windows_auth.aspx to default.aspx. As well, delete or rename index.html to ensure it is not used.

If you are using ArcGIS Worklfow Manager 10.0 on ArcGIS Server .Net 10, and want to also secure the services using Windows authentication, this KB article can provide more information: http://support.esri.com/en/knowledgebase/techarticles/detail/39408
0 Kudos