I am trying to configure Spring Security in Grails, authenticated with a token (through the Spring Security REST plugin) and LDAP authorization. I found several examples (now I have about 20 browser tabs open), but none of them answer the whole question. Most examples are Grails + REST Security or Grails + LDAP Security, but there are no Grails + REST + LDAP examples.
My problem is that the application is trying to search the database of users and roles when I need it to look at LDAP.
source
share