Questions tagged [spring-security-kerberos]

Kerberos support for Spring Security.

Spring Security Kerberos - Kerberos support for Spring Security.

Spring Security is a popular, highly customizable authentication and authorization framework for Java/Java EE and is a de-facto standard for securing Spring-based applications. As a Java based security solution, it is mostly applicable for the Java-based web applications that are built upon Spring Security framework. The Spring Security framework can authenticate with any social or enterprise identity provider. The most popular and secure enterprise identity provider for Spring Security framework is Kerberos.

Official Website: http://static.springsource.org/spring-security/site/extensions/krb/

Useful Links:

Related Tags:

117 questions
0
votes
1 answer

Spring Security Win Auth example is not authenticating properly - says null keytab file when it is clearly being passed in and acknowledged

I have downloaded and tried testing the sec-server-win-auth sample app for Spring Security Extensions. I performed the following steps: download and build the spring-security-Kerberos-master project. pulled out the…
0
votes
1 answer

Kerberos authentication by login form

Trying to configure Kerberos auth via the login form. I was able to send the TGT and after that DummyUserDetailsService is executed but at the end I still get status 500. Below I attach logs and configuration 09:14:13,316 DEBUG FilterChainProxy:176…
0
votes
1 answer

Upgrade from spring-security-kerberos-core 1.0.0.M2

I just discovered work on Spring Security Kerberos/SPNEGO Extension on github: https://github.com/spring-projects/spring-security-kerberos Since we still use 1.0.0.M2, I wonder if an update is recommended or where I can see how development on the…
HGO
  • 21
  • 3
0
votes
0 answers

App engine + java + keberos Token

I have developed a google app engine application which supports integrated windows authentication using JAAS. For enabling integrated authentication on Mozilla firefox i have made following configuration network.negotiate-auth.trusted-uris = domain…
0
votes
1 answer

How do I create a .keytab from Active Directory for Tomcat on Linux?

I have a Linux web server that is looking for a Kerberos realm. I need to give it a .keypass file, which I can do. However, what's really getting me is the KDC. I cannot determine the parent KDC, and I don't know which server would be the admin…
user2666240
0
votes
1 answer

How to increase HTTP header size in jboss eap 6.1?

I am facing the issue with using spnego spring security extensions for implementing SSO and getting bad request (Error 400) for large spnego token. I am using jboss-eap 6.1, how can I increase the size of HTTP header, I see no option in domain.xml/…
Anmol Jain
  • 121
  • 1
  • 14
0
votes
1 answer

fixing spring Kerberos version incomatibility

I wanted to download spring-security-kerberos-core.jar for version mentioned in this ticket, i.e. krb-1.0.0.RC1 or above. I can't find the proper place to download it. The main site doesn't lead you anywhere but this.
Charith De Silva
  • 3,650
  • 4
  • 43
  • 47
0
votes
1 answer

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 spring-security and spring-security-kerberos on a…
-1
votes
0 answers

SQL windows authentication failure in jenkins pipeline

I have came across a situation when we update from sql authentication to windows authentication the sql jdbc connection looks not working. Getting sql exception and it states failed for user xxxxxx and this user is jenkins node user. But we have…
-1
votes
1 answer

How do I configre Kerberos for Web Application in IIS windows server 2012?

My scenario: I have a sample website hosted on IIS windows 2012 server. When I browse the website it should prompt for credentials of the the Active Directory. I have tried using 'Windows Authentication' it is working fine, It is using NTLM for…
-1
votes
2 answers

Kerberos Authentication

Please explain what, why and how of kerberos authentication. I am using spring 3+. Also please elaborate on how to implement it in my java spring project.
Lakshya
  • 129
  • 2
  • 2
  • 8
-1
votes
1 answer

Combine custom authentication filter with spring-security-kerberos

I'm using spring-security-kerberos to authenticate the remote users - this works well. The problem that I have is that sometimes users do not have the kerberos ticket in place and I need to use another form of authentication. I've wrote my own…
nambar
  • 573
  • 1
  • 5
  • 17
1 2 3 4 5 6 7
8