Implementing desktop single sign-on
One of the key features released with Lotus Quickr 8.5 is Integrated Windows Authentication (IWA). This is a Microsoft term for a pretty basic concept of Windows-based single sign-on. For the more technical readers, this also can be referred to by the technique leveraged during the handshake called SPNEGO. The intention of IWA is that the user's current Windows credentials are sent to a backend server. This should prevent the user from being challenged to re-enter their credentials, assuming the authentication is successful.
To setup this level of SSO, several components need to be configured not only on the workstation, but also on the server-side. If the Lotus Quickr and/or Lotus Domino administrator is not one of the Microsoft Active Directory administrators, it is time to reach out to them now. The setup requires careful co-ordination to function.
The aim of this section isn't to go in full detail for all of the available options in setting up IWA,...