Page 1 of 1

Help with multiple login issue

Posted: Tue Jul 03, 2012 6:57 am
by ysna
Hi,

We have a requirement to have a login page as part of the checkout process, which would be displayed to customer who are not logged in. The customer may choose to either log-in or proceed as an anonymous user.

The problem we are facing is that login in checkout process has a different URL(post URL, error URL, and success URL) when compared to the normal login/registration page. Can some one give us some pointers as how to handle this scenario using spring security in broadleaf commerce.

Thanks & Regards,
Sathya

Re: Help with multiple login issue

Posted: Thu Jul 05, 2012 10:18 am
by aazzolini
The Spring security configuration can be found in the applicationContext-security.xml file.

You will need to add the paths that you want to secure in that file.

Here is some documentation on the version of Spring security that we're using: http://static.springsource.org/spring-s ... urity.html