cancel
Showing results for 
Search instead for 
Did you mean: 

External authentication

kerem
Champ in-the-making
Champ in-the-making
Hi!

I am trying to externalize authentication to our own user table. I am planning to change the implementation of authenticationDao in authentication-services-context.xml.

Is there anything else that need to be changed? (e.g. synchronization as in ldap authentication)

Thanks.
1 REPLY 1

andy
Champ on-the-rise
Champ on-the-rise
Hi

That shoudl be it - unless your authentication has something to do with LDAP.

You may need another authentication component implementation if you are not going to wire up the Acegi JDBC based DAO.

Andy