What is the status of the Spring Security Kerberos Extension project? Is it still in active development?
The latest update I was able to find is 1.0 M2 Release.
...
Type: Posts; User: suikodian; Keyword(s):
What is the status of the Spring Security Kerberos Extension project? Is it still in active development?
The latest update I was able to find is 1.0 M2 Release.
...
What is the status of Valkyrie 1.0 release? Any plans or roadmap?
Thanks Marten, setCredentialsForCurrentThread works now :)
I defined a new filter with the data source as a property
<http entry-point-ref="authenticationEntryPoint" auto-config="false">...
Thanks Marten for your help :)
I tried using the setCredentialsForCurrentThread before but it did not work. I had to use setUsername and setPassword methods in order for the Properties parameter...
What is the right approach for passing authentication information to a datasource? This is needed in order to obtain a database connection using the user authentication information. The database...
I would appreciate your advice and thoughts on this.
Is it enough to implement the attemptAuthentication of the AbstractAuthenticationProcessingFilter to support custom authentication? Or, do I have to delegate the actual authentication to an...