How can i get SSO for alfresco on windows-7 to work?
Posted
by
Maarten
on Server Fault
See other posts from Server Fault
or by Maarten
Published on 2011-03-02T14:59:45Z
Indexed on
2011/03/02
15:26 UTC
Read the original article
Hit count: 315
domain AD on windows 2008 R2, linux server alfresco 3.4c, windows-7 client. I'm trying to get automatically logged into alfresco from the windows-7 client.
I've looked with wireshark to see what happens:
1. Client goes to /alfresco
2. Server sends Redirect to page
3. Client goes to Redirected page
4. Server sends a WWW-Authenticate: Negotiate header
5. Client DOES NOT respond to this
how can i configure the windows-7 client (or the AD domain) so that the client will in fact engage with the SPNEGO protocol? instead of just asking for user credentials? (the user is logged in through kerberos in the domain.)
© Server Fault or respective owner