Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.

custom authentication

Avatar

Former Community Member
Hello,



I'm using custom authentication. I have registered the
correponding Logging Command (Tomcat, in this case). But i don't
know which are the next steps. How should i use it from my Flex
application (the custom login form) in order to register the user
as a principal in the servlet container? Are subsequent invocations
of RemoteObjects considered as part of the same session?.



I cannot find this information in the Flex documentation.



Thank you,

Javier
1 Reply

Avatar

Former Community Member
In FDS, you can define security constraints in
services-config.xml and then secure destinations using one of the
predefined constraints.



To access any secured destinations, valid credentials need to
be used, otherwise access will be denied.



HTH

Kumaran