Domino SSO with SharePoint using SPNEGO

Last updated on October 21, 2015

Share

This week i setup Domino SSO with Windows. The customer will launch a SharePoint portal server and need a SSO with Domino Web Applications.

I follow this tutorial, the setup is very simple but some problems arrive.

The Domino server have the FQDN domino.mydomain.com.br  and the windows server  server.mydomain.com.br. The SSO doesn’t work.
I read the message  Attempt by HTTP client to authenticate using Windows NTLM security is not supported on Domino console.

After the AD administrator setup the user dominostart, he issued the command SETSPN -a HTTP/domino.mydomain.com.br dominostart.

When the user try to access a url of the domino server the browser show a logon dialog but the title of the dialog show the windows server name (server.mydomain.com.br).

I asked the AD administrator to add another SPN SETSPN -a HTTP/server.mydomain.com.br dominostart

Everything works after a Domino restart. :=)

If you want to use Chrome as your browser you need to start Chrome with arguments

/path/to/chrome --auth-server-whitelist="*.domain.com"