Kerberos support for Spring Security.

learn more… | top users | synonyms

0
votes
0answers
54 views

Spring Security, Kerberos extension and AD

I'm trying to use on my project a Kerberos authentication. It's for my company an internal service, and I want to authenticate the users, and retrieve from our Active Directory the groups of the ...
0
votes
0answers
14 views

Spring Kerberos Exception

Keberos auth fails for a Windows 2008 box, the domain controller is also a windows2008 box. Key tab loads fine on server startup. 2013-03-19 14:35:05,599 [] [] [] INFO [main] STDOUT ...
2
votes
0answers
68 views

creating service principal for springsecurity kerberos in 2k8 server

I'm following this post http://blog.springsource.com/2009/09/28/spring-security-kerberos/ to set up a service principal on a local server which i'll be using to test the spring security integration ...
0
votes
1answer
99 views

fixing spring Kerberos version incomatibility

guys I wanted to download spring-security-kerberos-core.jar for version mentioned in below ticket. i.e. krb-1.0.0.RC1 or above. I can't find proper place to download it. Tried many including maven. ...
0
votes
1answer
84 views

Blank page after user cancels basic authentication

I've googled a lot about the problem, but still did not find, why it is happening. When user cancels BASIC auth form in browser, blank page is appeared. 401 page is setup in Tomcat webapp, in ...
0
votes
1answer
146 views

Spring-security-kerberos cross domain with trust

Is anyone aware if it's possible to provide cross-domain authentication with spring-security-kerberos assuming a trust is set up between the domains? I'm running a standard Java web application using ...