>-----Original Message----- >From: Viknes B [mailto:[email protected]] >Sent: Friday, September 07, 2012 4:07 PM >To: [email protected] >Subject: OpenId login > >Hi, >I have been looking into OpenId login. >As per previous discussions, When a user whose openId is not already in our >database tries to login to our application, we should take him to the new >account creation page and get the username from him and ask him to register >to rave. I am trying to do this but I am not able to redirect to account >creation >page. The reason is the authentication is handled by Spring and userservice is >directly called from the applicationContext-security.xml and not by a >Controller. So I am not able to find a way to redirect the user to a jsp page >from the userservice. Suggestions pls.
I will try to look more, but does the openId plugin for spring security support redirecting on a certain type of exception? > >I have attached the code to Jira-775 >https://issues.apache.org/jira/browse/RAVE-775 > > >Thanks >Viknes
