Skip to main content

All Questions

0 votes
0 answers
540 views

Is There an Authentication Token Stored in Active Directory? Single-Sign On and WAFFLE/KERBEROS

I am tasked with creating SSO (single-sign on) for my company's application. I am straight out of college so am still fresh to the majority of the things at play here. I have done tons of research, I ...
Jeremiah Dixon's user avatar
1 vote
1 answer
2k views

Getting Kerberos Service Ticket Using Waffle in Java

I am working on true SSO in Java application running on Windows 10. My application already has Kerberos auth using Java's GSSAPI (but it obviously does not work on any modern Windows, especially with ...
Chlorek's user avatar
  • 148
1 vote
2 answers
2k views

Waffle: how to force kerberos?

I'm using Waffle for SingleSignOn to a Web Application. It's working fine but I'm wondering if it is possible to force Kerberos avoiding fallback to NTLM.
Neo's user avatar
  • 1,367
0 votes
0 answers
1k views

Java SSO using SPNEGO

I'm newbie in this topic. I need help to implement the authentication Java SSO for a web application over Tomcat 6.0.29. I have read about SPNEGO and proven the examples helloKDC.java and hello_spnego....
vigisselle's user avatar
6 votes
1 answer
14k views

What is this Waffle SSO example doing

I'm trying to implement a SSO on Windows (in Java). Recently I discovered this example doing exactly what I want to do with Waffle: // client credentials handle IWindowsCredentialsHandle credentials= ...
Thomas Uhrig's user avatar
  • 31.4k