Hi Guys, There is no need to do any changes in fusionSF-compressed.js in MG 2.4 :). I found much easier way
Some little changes should be done in XML (for example via Maestro) - In address domain: <?xml version="1.0"?> <ResourceFolderHeader xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:noNamespaceSchemaLocation="ResourceFolderHeader-1.0.0.xsd"> <Security> <Inherited>true</Inherited> </Security> </ResourceFolderHeader> - In application definition - Fusion layout: <Security> <Inherited>false</Inherited> <Users> <User> <Name>user</Name> <Permissions>r,w</Permissions> </User> </Users> </Security> </ResourceDocumentHeader> Of course it could be <Groups> instead of <Users> and <Group> instead of <User> It is good to create new group and add user this roles however Everyone group will be also assigned to the new user automatically. Final result, the application (Fusion layout) is secured by login and password without going into application by Anonymous with empty password. I think the first problem is over -- View this message in context: http://osgeo-org.1560.n6.nabble.com/authentication-II-tp5025338p5026047.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users