Select to view content in your preferred language

Arcgis Viewer for Flex - authentication

4472
5
Jump to solution
03-12-2015 03:44 AM
KamilNovák2
Deactivated User

Hello,

we have some web applications in Flex in different folder. One flex application (one folder) requires authentication at login (picture), but I don't have to add login and password, I can click to cancel and I can use this application. Other applications (other folders) don't requires authentication. We have set folder equally at IIS and we don't have created any users and roles at ArcGIS for Server. We need to cancel that  authentication at one application.

Does anyone know how to do it?

Thank you

Obrázek 002.png

0 Kudos
1 Solution

Accepted Solutions
KamilNovák2
Deactivated User

Problem resolved. We had set wrong links in eSearch widgets. Thank you for your messages.

View solution in original post

0 Kudos
5 Replies
MattiasEkström
Frequent Contributor

My guess is that the application that requires authentication contains one mapservice that is secured. When you click cancel you can use the rest of the application but will not be able to see the secured layer. Make sure that no mapservice that is consumed by the application is configured to be secure.

0 Kudos
KamilNovák2
Deactivated User

Thanks for your message. I tried to delete all layers (operation and basemap) from "config.xml" (for verification your idea), but our problem continues.

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Kamil,

   It sounds like you have disabled Anonymous Authentication on that folder in IIS. So just go onto IIS manager and select that folder that the app resides in and and then double click the Authentication and make sure Anonymous Authentication is enabled

0 Kudos
KamilNovák2
Deactivated User

Robert,

I have set all folder with enabled Anonymous Authentication in IIS. But I am not sure, we changed config file in C:\inetpub\wwwroot\arcgis\Web.config for disabling of public access to REST (for layers that are not accessible in applications). Can it be a problem?

Thanks

0 Kudos
KamilNovák2
Deactivated User

Problem resolved. We had set wrong links in eSearch widgets. Thank you for your messages.

0 Kudos