Re: Apollo and Grails/Spring Security integration

2014-05-12 Thread Hiram Chirino
Not sure how Spring Security works. Does it issues SSO tokens? If so then you just need to stuff the SSO token is say the password field of your messaging connection and create a JAAS module which takes the token from the password field validates the token against spring security. On Sun, May 4,

Apollo and Grails/Spring Security integration

2014-05-04 Thread jingzhao.ou
Dear all, I am new to Apollo. After some investigation, I would like to use it in my Grails application. I am hoping that when a user logs in through Spring Security, he/she automatically logs into Apollo and starts sending/receiving messages. It seems that I need to develop something related to