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
0 answers

How to disable login popup when accessing to authorization server from outside windows domain?

I'm setting up an authorization server that use Kerberos (SSO) to authenticate users inside windows network. And, it use basic authentication to authenticate users outside network. When I try access to /oauth/authorize endpoint with a machine inside…
0
votes
0 answers

Setting up Spring Security Kerberos - spn and keytab

I'm trying to get the sample spring security kerberos application running, before I try and integrate it into my actual application. This is the app I'm running:…
Martin Cassidy
  • 686
  • 1
  • 9
  • 28
0
votes
1 answer

Way to find out remote user login time on window machine

I have a requirement which requires a user login time at the windows machine,which I am supposed to capture once the user starts the application. FYI we are using SSO and the server side application is written in java and client is react js. Thanks…
dilipyadav
  • 53
  • 7
0
votes
2 answers

Spring Security Kerberos SSO for a REST API (Tomcat)

Here is my problem: Context : -Windows Server 2012 with ActiveDirectory -Tomcat -Rest API (Spring) I'm currently trying to restrict REST request. I want that only specific groups of the AD could access to specific resources. I'm restricted to…
csik
  • 43
  • 1
  • 4
0
votes
1 answer

Can we set hbase.rpc.protection property value as none in Cloudera Hadoop cluster? If yes then how?

I am using Cloudera Hadoop cluster in which kerberos security is enabled. But in properties file I have mention the hbase.encryption as none. So I need to change the value of property hbase.rpc.protection as none in hbase-site.xml. I tried to set…
0
votes
1 answer

Kerberos SSO exception with apache tomcat

I am getting the following exception. When trying to do SSO with Kerberos: GSSException: Failure unspecified at GSS-API level (Mechanism level: Invalid argument (400) - Cannot find key of appropriate type to decrypt AP REP - RC4 with HMAC) I am…
Gilo
  • 640
  • 3
  • 23
0
votes
1 answer

Kerberos for spring web application

I have built spring web application by using spring security module for authentication and authorization functionality along with LDAP. Now I am planning to implement kerberos based authentication using spring security module and perform windows…
tech user
  • 1
  • 1
0
votes
1 answer

Kerberos: Cross Domain/Realm Issue

I ran into an issue while I was helping a customer to configure SSO (with Kerberos) for our Software. But first, let's give you some context: As you can see in the attatched krb5.ini we want to do Cross Domain/Realm Kerberos and we have four…
0
votes
0 answers

Java: Access job History server and application timeline server on kerberized hadoop cluster?

I have used kerberos rest template to access the job history server on kerberized hadoop but this code is throwing me an exception: KerberosRestTemplate kerberosRestTemplate = new…
0
votes
1 answer

Spring security Kerberos Authentication Failure in IBM Websphere Application server 8.5

I am trying to implement Single sign on using spring security. The application is hosted in IBM Websphere Application Server 8.5 (IBM JDK 7). I've gone through…
0
votes
0 answers

Kerberos Login using keytab without prompt for credentaials

I have done the following changes in the jaas.conf kblogininfo { com.sun.security.auth.module.Krb5LoginModule required storekey=true useKeyTab=true useTicketCache=true doNotPrompt=true …
0
votes
3 answers

Is it possible to use two different AuthenticationProvider's with WebSecurityConfigurerAdapter?

I have a SpringBoot based app, with multiple endpoints. Because of different clients that will be accessing the endpoints I would like to have different Authentication providers protecting them. Some endpoints would be protected by Kerberos…
Innova
  • 1,751
  • 2
  • 18
  • 26
0
votes
1 answer

ADFS2.0 with kerberos configuration

I am working on implementing the windows Integrated authentication using ADFS 2.0 with kerberos I had go through the per-requisites configure windows Server ADDS, ADFS2.0 ,DNS, running on some xyz.com domain I had one windows client connecting to…
0
votes
1 answer

Kerberos authentication not working with spring security

We are working on Kerberos login authentication, It was working fine but now we are getting the below exception while hitting the URL and its not redirecting to the home page. Suggest some solution would be much appreciated. 10:44:20,145 ERROR…
Mohankumar Rathinam
  • 623
  • 1
  • 11
  • 25
0
votes
0 answers

Spring security kerberos validate token error

I'm using Spring Security Kerberos 1.0.0.RELEASE with JDK 7, Spring Security 3.2.7.RELEASE and Spring Framework 4.1.6.RELEASE to process authentication in my app. But i always getting this error: Caused by: java.security.PrivilegedActionException:…