Skip to main content

All Questions

0 votes
0 answers
624 views

Kerberos uninteractive login to Windows AD in Java Desktop app running on Windows

I am trying to create a Java desktop app, that would require login to Windows Active Directory Domain for its users. However, because computers that this app would be launched on, already are in said ...
Michael J's user avatar
0 votes
0 answers
1k views

No Kerberos creds in keytab for principal HTTP/XXXX

Hello everybody (sorry for my english), I am using this library (which is a filter for SSO login with kerberos/spnego): http://spnego.sourceforge.net/ I have an application developed with java(...
Ivan YC's user avatar
  • 21
0 votes
0 answers
256 views

Enabling JAAS based single sign on (SSO) for custom java applications on hadoop

We have developed few applications (written in Java) that would consume services of Kafka, spark, Yarn and HDFS. Currently our cluster is not security enabled and we are planning to enable the ...
AnswerSeeker's user avatar
1 vote
1 answer
402 views

Single Sign On with Kerberos in Eclipse RCP based application

I currently developing multiple Eclipse RCP based application which manipulates same resource (database and files). I want to provide Single Sign On feature to these applications so the user doesn't ...
Shashwat's user avatar
  • 2,342
2 votes
0 answers
290 views

Securing RMI calls using kerberos for SSO implementation

I am trying to implement kerberos SSO for a java swing application. The application uses RMI calls on t3 protocol. I dont want the user to enter user name and pwd instead want to access the windows ...
silverscreen's user avatar
2 votes
1 answer
7k views

Cannot retrieve TGT despite allowtgtsessionkey registry entry

I'm trying to wire our windows client application to use a single-sign-on mechanism. I'm following the explanations that can be found here. I'm already having trouble getting the first step to work, ...
Jim Holden's user avatar
  • 1,205
2 votes
1 answer
2k views

How to integrate windows authentication (SSO) in my custom web server Java based?

I have a custom web server application Java based and I need to support Single-Sign-On. I made a research on the issue and found out that I can use JAAS to implement SSO. I already configured my http ...
Snow's user avatar
  • 439
0 votes
0 answers
1k views

authenticate user on server side for Swing clients using kerberos/spnego

I am using kerberos protocol to authenticate users for Java Swing applications. I am able to successfully authenticate at the client side, but having problems when getting the user credentials and ...
java1977's user avatar
  • 398
2 votes
1 answer
942 views

Java EE SSO Best Practices

I found a great white paper (by Sun) about integrating Kerberos, JAAS and the GSS-API together for a heavy-duty SSO system. Unfortunately the article was written for Java 1.4 and is several years old. ...
Pam's user avatar
  • 807
17 votes
2 answers
12k views

How to validate a Kerberos ticket against a server in Java?

we are using JAAS to enable Single Sign On in a Java application using the Windows Kerberos ticket cache. Our jaas.conf config file looks like this: LoginJaas { com.sun.security.auth.module....
user269667's user avatar