I need to authenticate in LDAP and store the token in JPA,
Im using:
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