Hi,
I want to change the authentication process that is used by the Acegi - Plugin. It should be a completly customized process. Cusotm login form + custom auth method.
Obviously there is only few documentation regarding this topic.
In the book "The Definitive Guide to Grails" it is described for an older version of grails. There the spring/resources.xml is used.
In the new version is a spring/resources.groovy file, where a DSL is used. I don't know how to configure a new AuthenticationManager.
How can i do this?
Thanks for your help