Skip to main content

All Questions

3 votes
1 answer
2k views

WWW-Authenticate not working with Kerberos (only NTLM)

I'm having a problem to setup SSO for the intranet websites. Currently i'm working with Tomcat 8.0 and Waffle 1.8.4. They work great, but there is only 1 problem: the browsers (Firefox and IE after ...
awgold90's user avatar
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
1 answer
281 views

SSO setup using Kerberos on windows server

I am new to SSO, We had a application using java implementation of kerberos SSO. Now we need to migrate the application to some other machine. I need to know what changes will be required in: 1. ...
Alok Agnihotri's user avatar
0 votes
1 answer
119 views

Using IIS only allow automatic windows authentication and disable manually entered user credentials

Is it possible to disable the login modal prompt that appears in browsers when automatic windows authenticate fails and then just redirect users to a 401 page? I want to be able to only allow ...
AlGallaf's user avatar
  • 625
0 votes
2 answers
5k views

Browser sends NTLM ticket instead of Kerberos ticket

I'm having a problem that's driving me nuts. I'm trying to achive single sign-on on a combination of windows server 2012 as active directory server, ubuntu 12.04 with apache as webserver and a windows ...
Bjarke's user avatar
  • 21
0 votes
1 answer
55 views

Authentication on Concurrent Connections in IE

When IE9 visits a HTTPS website, and spans multiple concurrent connections for content downloads, do each of these connections get authenticated on its own? What I observed so far seems like this: ...
Kelvin Yeo's user avatar
0 votes
1 answer
4k views

Single sign on (SSO) with open-source IMAP server from desktop application?

I've been reading a lot about this topic but I could not reach a solution. I wanted to tell what I'm getting and show a little of what I've tried. In our company, our Windows users are authenticated ...
Maria José's user avatar
1 vote
2 answers
2k views

Single Sign On using NTLMv1 or NTLMv2 or kerberos to a Spring webapp on tomcat on linux

We make an appliance with a spring web interface running on Tomcat on Centos Linux. I'm investigating how we users can connect with out entering a username/password, but instead use windows ...
Arthur Ulfeldt's user avatar