0 Replies Latest reply on Feb 10, 2015 9:30 AM by faller222

    AngularJS token/rest JPA & LDAP... how to?

    faller222

      I need to authenticate in LDAP and store the token in JPA,

      Im using:

      https://github.com/jboss-developer/jboss-picketlink-quickstarts/tree/master/picketlink-angularjs-rest

      I'm trying to mix it with LDAP, I can authenticate with ldap, but it seems that http secure is not configured...

       

      I need an example of  "public void configureIdentityManagement(@Observes SecurityConfigurationEvent event)" or IdentityConfigurationBuilder to build my own PartitionManager...

       

      Thanks