I need to support Basic Auth and Formbased authentication for a application using grails 1.3.6. Is it possible to do it using Spring Security ? Right now I do have form based authentication working for the application, what do I need to do more so that it support both ? Or is it not possible ?
I need to support Basic Auth and Formbased authentication for a application using grails
Share
Yes, Spring Security can support basic auth along with form-based auth. To allow basic auth for specific URLs or patterns you can add the following configuration: