+ All Categories
Home > Documents > New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options...

New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options...

Date post: 14-Feb-2018
Category:
Upload: buitruc
View: 240 times
Download: 4 times
Share this document with a friend
44
© 2012 IBM Corporation New Single Sign-on Options for IBM® Lotus® Notes® & Domino®
Transcript
Page 1: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

© 2012 IBM Corporation

New Single Sign-on Options for IBM® Lotus® Notes® & Domino®

Page 2: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

2 | © 2012 IBM Corporation

IBM’s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice at IBM’s sole discretion.

Information regarding potential future products is intended to outline our general product direction and it should not be relied on in making a purchasing decision.

The information mentioned regarding potential future products is not a commitment, promise, or legal obligation to deliver any material, code or functionality. Information about potential future products may not be incorporated into any contract. The development, release, and timing of any future features or functionality described for our products remains at our sole discretion.

Page 3: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

3 | © 2012 IBM Corporation

Agenda■ Standards based SSO using SAML

■ SAML for IBM Lotus Domino web server and IBM Lotus iNotes®

■ SAML for IBM Lotus Notes client

Page 4: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

4 | © 2012 IBM Corporation

User accesses many different IBM services with browser or Lotus Notes

User doesn't want multiple password prompts.

Browser

IBM Connections® IBM Sametime®

LotusLive® Engage®

Lotus Quickr® Lotus Domino

Page 5: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

5 | © 2012 IBM Corporation

User might also access third party services.

User doesn't want multiple password prompts.

Browser

Facebook®

IBM ConnectionsIBM Sametime LotusLive Engage

Lotus Domino Lotus Quickr

Page 6: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

6 | © 2012 IBM Corporation

SSO Mission:Fewer password prompts, fewer passwords in general

■ We need SSO because:

─ High administrative cost for managing passwords.

─ Users can't remember a lot of passwords.

─ Password prompts are annoying.

─ Many “different” passwords leads to lower security.

■ If we use cryptographic mechanisms instead of passwords, we can improve security and minimize cost.

■ For best interoperability across IBM and third party applications, we look to adopt standards based SSO.

Page 7: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

7 | © 2012 IBM Corporation

Security Assertion Markup Language (SAML)

■ Standard to address Internet SSO.■ OASIS publishes the standards documents.

■ Many implementations available, including open source.■ SSO across cooperating domains and across cooperating corporations.

■ IBM LotusLive® Notes implements SAML.

Page 8: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

8 | © 2012 IBM Corporation

SAML identity assertion

■ Security is based on PKI.

─ User's identity is represented in a signed XML assertion.

─ Private key, public key pair:– Server creating the assertion signs it using its private key.– Servers processing assertions validate signature using the trusted signer's public

key.

─ Standards based, Internet certificates and keys are used.

■ Service identifies the user based on the user's assertion.

─ Assertion contains the authenticated user's name (e.g. email address).

Page 9: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

9 | © 2012 IBM Corporation

SAML Identity provider (IdP) authenticates the user

■ IdP implements “federated identity”.

─ Knows about user names, passwords.

─ Might be able to authenticate the user via SPNEGO/Kerberos, or alternate non-password method.

─ Prepares credentials (SAML identity assertion) for the user to target service.– IdP authenticated user x at time y

─ Can be used by services from different vendors.

■ Common IdPs

─ IBM Tivoli® Federated Identity Manager (TFIM®)

─ Microsoft® ADFS® 2.0 integrated with Active Directory®

─ many others

Directory

Page 10: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

10 | © 2012 IBM Corporation

Federated Identity using SAML assertions

■ Why is it a good thing for security?

─ Minimized use of password (only handled by IdP, if required).

─ Authenticate once to IdP. The IdP may “remember” the user.

─ Customers can use/control their own on-premises IdP.

─ Less user data redundancy.

─ Goal: password info is unavailable to crackers wanting to launch an offline password guessing attack

Directory

Page 11: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

11 | © 2012 IBM Corporation

Services accepting SAML assertions

■ SAML service provider (SP) receives authentication decision from the IdP.

■ SP authenticates a user by successful verification of the user's SAML assertion.

Directory

Service

Page 12: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

12 | © 2012 IBM Corporation

Remove risk using SSL

■ HTTP protocols in use■ If SSL (HTTPS) is not used to encrypt the channels

─ Eavesdropper steals user login information, e.g. password.

─ Eavesdropper steals the identity assertion.– Good for short period of time.

─ Eavesdropper steals any cookies. – Good for configured period of time.

Directory

Service

Page 13: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

13 | © 2012 IBM Corporation

Agenda■ Standards based SSO using SAML

■ SAML for IBM Lotus Domino web server and IBM Lotus iNotes

■ SAML for IBM Lotus Notes client

Page 14: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

14 | © 2012 IBM Corporation

(future release)Domino web server as a SAML service provider (SP)

■ Domino SP receives authentication decision from the IdP.

■ Domino authenticates a user by successful verification of the user's SAML assertion.

Directory

Domino

Browser

Page 15: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

15 | © 2012 IBM Corporation

Web client: user accessing Domino via browser (1)Web client: user accessing Domino via browser (1)

Domino

User browses to a protected Domino URL, but hasn't logged in yet.

Browser

http://domino1.renovations.com/db.nsf

Directory

Page 16: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

16 | © 2012 IBM Corporation

Web client: user accessing Domino via browser (2)Web client: user accessing Domino via browser (2)

Domino

Browser

Directory

Domino redirects the browser to the IdP's URL with a SAML request.

SAML request and Redirect

Page 17: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

17 | © 2012 IBM Corporation

Web client: user accessing Domino via browser (3)Web client: user accessing Domino via browser (3)

Domino

Browser

Directory

Browser redirects to SAML IdP.

URL might look something like thishttps://idp.renovations.com/sps/saml11/login?TARGET=....

Page 18: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

18 | © 2012 IBM Corporation

Web client: user accessing Domino via browser (4)Web client: user accessing Domino via browser (4)

Domino

Browser

Directory

User may be prompted to authenticate to IdP, or the IdP may be configured to authenticate user with non-password method (e.g. SPNEGO/Kerberos).

Login info

Page 19: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

19 | © 2012 IBM Corporation

Web client: user accessing Domino via browser (5)Web client: user accessing Domino via browser (5)

Domino

Browser

Directory

IdP has authenticated the user and sends the SAML assertion.

SAML response,

redirect back to Domino

Page 20: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

20 | © 2012 IBM Corporation

Web client: user accessing Domino via browser (6)Web client: user accessing Domino via browser (6)

Domino

Browser

Directory

SAML assertion received at Domino is verified using the IdP's public key. Domino needs to map the name in the assertion to user's Domino name.

(Http post containing SAML assertion)

Page 21: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

21 | © 2012 IBM Corporation

Web client: user accessing Domino via browser (7)Web client: user accessing Domino via browser (7)

Domino

Browser

Directory

User is logged in at Domino. User's browser now has credentials to access protected Domino URLs.

Redirect to URL to display

Session cookie

Page 22: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

22 | © 2012 IBM Corporation

Web client: user accessing Domino via browser (8)Web client: user accessing Domino via browser (8)

Domino

Browser

Directory

Now the user will see the protected Domino URL.

http://domino1.renovations.com/db.nsf

Session cookie

Page 23: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

23 | © 2012 IBM Corporation

User accesses other Domino SAML serversUser accesses other Domino SAML servers

Domino1

Each Domino server can use SAML assertion and issue the user a single server session cookie. SSO achieved by use of common IdP.

Browser

IdP remembers the user, and issues SAML assertions transparently to the user.

Directory

Domino2

Session cookie only forDomino 2

Page 24: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

24 | © 2012 IBM Corporation

Administrator sets up Domino SAML in environment Administrator sets up Domino SAML in environment with non-SAML IBM serverswith non-SAML IBM servers

Instead of a single server session cookie, Domino SAML is configured to use an LTPA session cookie that can be shared with other IBM servers.

Browser

Directory

Domino3

LTPASession cookie

Page 25: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

25 | © 2012 IBM Corporation

Web client: Third party browser applicationWeb client: Third party browser application

Domino

Administrator has registered the on-premises IdP with Facebook®, so that Facebook can verify SAML assertions from the IdP.

Browser

IdP remembers the user.

Assertions from IdP may be accepted by a variety of applications. Directory

Facebook

Page 26: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

26 | © 2012 IBM Corporation

iNotes may authenticate the user via SAML assertioniNotes may authenticate the user via SAML assertion

iNotes

Directory

Browser

● HTTP flows (as shown in previous slides) to authenticate

ID Files

ID vault

Page 27: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

27 | © 2012 IBM Corporation

iNotes secure mail: Using SAML to avoid prompting for iNotes secure mail: Using SAML to avoid prompting for password to Notes id filepassword to Notes id file

iNotes

Directory

The ID vault server using new Notes RPC channel to receive user's assertion, and to return user's unlocked id file to iNotes.

Browser

ID Files

ID vaultUser'sID File

Page 28: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

28 | © 2012 IBM Corporation

Deployment steps for Domino web server SAML

■ Deploy a SAML IdP on-premises.─ (Optimal) To avoid password prompting by the IdP, configure IdP for SPNEGO/Kerberos user

authentication.

─ Tell the IdP about each participating Domino server.

■ Configure Domino.─ Domino web server settings for SAML.

─ Declare trust in the IdP to login Domino users.

─ Set up name mapping (map user's email address to a Domino distinguished name).

─ (for iNotes secure mail users) Deploy security policy for id file in ID vault.

─ (for iNotes secure mail users) Declare trust in the IdP to authenticate to ID vault.

Page 29: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

29 | © 2012 IBM Corporation

Agenda■ Standards based SSO using SAML

■ SAML for IBM Lotus Domino web server and IBM Lotus iNotes

■ SAML for IBM Lotus Notes client

Page 30: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

30 | © 2012 IBM Corporation

Notes Shared Login providing SSO at Notes startup

■ Notes Shared Login is a great feature.

─ User does not have a Notes password.

─ User's id file can be managed in the ID vault.

─ Administrator's policy determines which users have Notes Shared Login.

■ Notes Shared Login can't be used in virtual environments (e.g. Citrix).

─ SAML may provide a useful alternative.

Page 31: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

31 | © 2012 IBM Corporation

Notes on Citrix: Virtual environmentNotes on Citrix: Virtual environment

ID Files

ID vault

Active DirectoryWindows Domain

Controller

(Kerberos security,

ADFS IdP)

Domino

Page 32: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

32 | © 2012 IBM Corporation

(future release)Notes on Citrix: User's home server (future release)Notes on Citrix: User's home server checks policy to determine whether this is a SAML user.checks policy to determine whether this is a SAML user.

ID Files

ID vault

Active Directory

Windows Domain

Controller

(Kerberos security,

ADFS IdP)

Domino

➢ Administrator has picked one of these policy choices to enforce for user:

● User is a SAML user.● User should be prompted for password.

Page 33: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

33 | © 2012 IBM Corporation

Notes on Citrix can leverage the Windows environment Notes on Citrix can leverage the Windows environment for a SAML user.for a SAML user.

ID Files

ID vault

Active DirectoryWindows Domain

Controller

(Kerberos security,

ADFS IdP)

Domino

For Citrix Windows environment, it may be convenient to deploy Microsoft ADFS 2.0 for the SAML IdP.

Page 34: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

34 | © 2012 IBM Corporation

Notes on Citrix: Use SAML to avoid password prompt Notes on Citrix: Use SAML to avoid password prompt to start Notesto start Notes

ID Files

ID vault

Active DirectoryWindows Domain

Controller

(Kerberos security,

ADFS IdP)

Domino

User has already logged into Windows. User doesn't need to prove who he is to the Microsoft ADFS IdP.

● Notes embedded browser handles authentication to SAML IdP via SPNEGO/Kerberos over HTTP.

Page 35: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

35 | © 2012 IBM Corporation

Notes on Citrix: Use SAML to avoid password prompt Notes on Citrix: Use SAML to avoid password prompt to start Notes (by retrieving unlocked id file)to start Notes (by retrieving unlocked id file)

ID Files

ID vault

Active Directory

Windows Domain

Controller

(Kerberos security,

ADFS IdP)

Domino

● Send SAML assertion to ID vault server via Notes RPC channel.

● ID vault server returns user's unlocked id file via Notes RPC channel.

ID vault server evaluates whether the assertion comes from trusted IdP.

Page 36: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

36 | © 2012 IBM Corporation

Deployment steps for Notes client use of SAML at startup

■ Deploy a SAML IdP on-premises.─ (Optimal) To avoid password prompting by the IdP, configure IdP for SPNEGO/Kerberos user

authentication.

─ Tell the IdP about the Domino SAML service provider for the ID vault.

■ Configure server settings.─ Deploy security policy to assign SAML users, and managing id files in ID vault.

─ Declare trust in the IdP to login Notes users by SAML authentication to ID vault.

─ Set up name mapping (map user's email address to a Domino distinguished name).

Page 37: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

37 | © 2012 IBM Corporation

User accesses many different IBM services with Notes

User doesn't want multiple password prompts.

IBM SametimeIBM Connections LotusLive Engage

Lotus QuickrLotus Domino

Page 38: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

38 | © 2012 IBM Corporation

Notes plug-ins

● After login to Notes, Notes may attempt authentication to Internet servers.

─ Notes sidebars:– Sametime– Activities (Connections)– Feeds.....─ Browser applications running in

Notes

Page 39: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

39 | © 2012 IBM Corporation

Notes plug-ins

● After login to Notes, Notes may attempt authentication to Internet servers.

─ Notes sidebars:– Sametime– Activities (Connections)– Feeds.....─ Browser applications running in

Notes

● Authentication mechanism is specified in Notes account

─ In user's personal Name and Address book

Page 40: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

40 | © 2012 IBM Corporation

Notes plug-ins

● After login to Notes, Notes may attempt authentication to Internet servers.

─ Notes sidebars:– Sametime– Activities (Connections)– Feeds.....─ Browser applications running in

Notes

● Authentication mechanism is specified in Notes account

─ In user's personal Name and Address book

● Notes already has an option for SAML to LotusLive Notes

Page 41: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

41 | © 2012 IBM Corporation

Optimally Notes plug-ins can use SAML in the future

■ Notes embedded browser can make requests to an IdP.

─ No login prompts if IdP using SPNEGO/Kerberos.

─ Issue: not all target servers will be able to accept a SAML assertion.

■ Notes could send a SAML assertion to Domino to authenticate and receive a session token (LTPA) for use by Notes plug-in

Page 42: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

42 | © 2012 IBM Corporation

8.5.2 Notes managed accounts

■ Administrator manages Account documents in Domino Directory.

─ Domino policy mechanism pushes accounts to Notes client.

─ We may need some tweaks to Account documents for SAML.

Page 43: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

43 | © 2012 IBM Corporation

Legal disclaimer© IBM Corporation 2012. All Rights Reserved.

The information contained in this publication is provided for informational purposes only. While efforts were made to verify the completeness and accuracy of the information contained in this publication, it is provided AS IS without warranty of any kind, express or implied. In addition, this information is based on IBM’s current product plans and strategy, which are subject to change by IBM without notice. IBM shall not be responsible for any damages arising out of the use of, or otherwise related to, this publication or any other materials. Nothing contained in this publication is intended to, nor shall have the effect of, creating any warranties or representations from IBM or its suppliers or licensors, or altering the terms and conditions of the applicable license agreement governing the use of IBM software.

References in this presentation to IBM products, programs, or services do not imply that they will be available in all countries in which IBM operates. Product release dates and/or capabilities referenced in this presentation may change at any time at IBM’s sole discretion based on market opportunities or other factors, and are not intended to be a commitment to future product or feature availability in any way. Nothing contained in these materials is intended to, nor shall have the effect of, stating or implying that any activities undertaken by you will result in any specific sales, revenue growth or other results.

IBM, the IBM logo, Lotus, Lotus Notes, Notes, Domino, Quickr, Sametime, Lotuslive, WebSphere, UC2, PartnerWorld and Lotusphere are trademarks of International Business Machines Corporation in the United States, other countries, or both. Unyte is a trademark of WebDialogs, Inc., in the United States, other countries, or both.

Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.

Microsoft and Windows are trademarks of Microsoft Corporation in the United States, other countries, or both.

Facebook is a registered trademark of Facebook, Inc in the United States, other countries, or both.

Linux is a registered trademark of Linus Torvalds in the United States, other countries, or both.

Other company, product, or service names may be trademarks or service marks of others.

All references to Renovations refer to a fictitious company and are used for illustration purposes only.

Page 44: New Single Sign-on Options for IBM Lotus Notes & Domino · PDF fileNew Single Sign-on Options for IBM® Lotus ... SAML for IBM Lotus Domino web server and IBM Lotus iNotes

44 | © 2012 IBM Corporation

Questions?


Recommended