We are having performance issues because of this scenario:
1. We have 3 different authenticationProviders
LDAP(from sandbox), Database (core acegi ) and JAAS (core acegi)
Even though we enabled...
Type: Posts; User: john017; Keyword(s):
We are having performance issues because of this scenario:
1. We have 3 different authenticationProviders
LDAP(from sandbox), Database (core acegi ) and JAAS (core acegi)
Even though we enabled...
But once authenticated, why keep authenticating again for each request. This is expensive especially with LDAP operations
Is the AuthenticationManager called for every request.
My filters are configured as follows(as in sample) where httpSessionContextIntegrationfilter is called first.
<bean id="filterChainProxy"...
I have a simple question with respect to JAAS and acegi. I hope Ray Krueger is checking this forum.
1. After login, JAAS returns a set of principals one of which is the username and the other is a...
I need authentication for most of my application but only for login screen, I make it anonymous,so, authentication is not needed only for that page:
My objectDefinitionSource looks as follows:...
0.8.0 has been a breeze integrating into my application and I thank you for your response and for developing a cool product like acegi.
A couple of queries I had are:
Consider the following...
Ben,
As I understand it, in the AbstractProcessingFilter, if the URL is for authentication, then the filter chain is not continued and the response is redirected on successful authentication.
I...
Ben,
Has this been implemented in the SecurityEnforcementFilter to ignore if the same page has been requested, (login in secure filter). I notice that there are some other approaches being followed:...
Hello Acegi Developers,
I have been looking at Acegi for integrating into my application and I have the following questions (Non acegi-specific but user security oriented) and am unsure how to...