0 Replies Latest reply on Oct 30, 2014 3:25 PM by danielcastro

    LDAP Authenticator + Web Application

    danielcastro

      Hi guys,

       

      I start reading this post JSF login using Active Directory issue that shows in general lines what I intend to do.

      The configurations is almost clear.  What is not so clear to me is listed below:

      • What should be developed by me to make work what is written inside this post?
      • My mapping of roles is done associating Roles with Groups and Users with Groups.  How should I configure primefaces in order to use EL like isGranted to check if the logged user has a Role that is stored inside Active Directory / LDAP?
      • If possible a very simple sample project (JSF but dont need to be Primefaces) would be priceless to aid me understand what should be done to make it work;