ACEGI

View: Old framed views
7 Messages — Rating Filter:   Alert me  
ACEGI - Is there a way to choose which URL should use Basic Authentication and which should use the login view? Loading...
I think you can define different roles to apply your basic authentication procedure and set the URLs that you want to... Loading...
I followed the steps found in the blog... Loading...
This is the definition of the filter chain proxy from the plugin: springSecurityFilterChain(FilterChainProxy) { ... Loading...
Hi Burt, I made the modifications to resources.groovy: beans =... Loading...
Just add an import for org.springframework.security.util.FilterChainProxy. To map urls to the basic auth handling,... Loading...
OK importing org.springframework.security.util.FilterChainProxy removes the exception. resources.groovy: import... Loading...