views:

35

answers:

0

Is it possible to share authentication between several grails application?

We have an app that grown too big and it is a time to break it to several apps, but we can't figure out how to share authentication between apps.

our app is grails with acegi plugin and it is deployed on tomcat server.

question assumes that we do not introduce complex infrastructure changes (ldap, identity management, etc)

thank you