SlideShare a Scribd company logo
Social Connections 11 Chicago, June 1-2 2017
Open Doors In The Cloud By Using
SSO Methodologies Between
Your Organisation And IBM
Kris De Bisschop,
@debisschopk
PLATINUM	SPONSORS
GOLD	SPONSORS
SILVER	SPONSORS
Social Connections 11 Chicago, June 1-2 2017
A little about me
• CEO @
• Administrator ICS Portfolio
o IBM Notes/Domino
o IBM Sametime
o IBM Notes Traveler
o IBM Connections
o TDI
• Social Business speaker
• IBM Champion Collaboration Solutions
• Love high-level issues
• Badminton
Social Connections 11 Chicago, June 1-2 2017
Single sign-on (SSO)
• Session	and	user	authentication	service
• Allows	the	use	of	one	set	of	login	credentials
• No	more	login	prompts	when	switching	
applications
Social Connections 11 Chicago, June 1-2 2017
SAML
• Security Assertion Markup Language
• Established as a Web SSO standard in early 2008
• XML-based
• Built from WebServices Security token concepts
• SAMLResponse is sent as a POST body, contains
an Assertion with user details, most important one
is NameId, ex InternetAddress
Social Connections 11 Chicago, June 1-2 2017
SAML
• Identity Provider (IdP)
• LDAP
• Active Directory Federation Service (ADFS)
• Tivoli Federated Identity Manager
• …
• Service Provider (SP)
• Domino
• …
• Client
• Browser
• IBM Notes Client
Social Connections 11 Chicago, June 1-2 2017
SAML
• User	tries to access	SP	application
• As	user	is	not authenticated the first	time,	SP	redirects to IdP
• User	authenticates to IdP
• IdP redirects user	to SP	by sending SAMLResponse over	HTTP	POST	inside hidden form.	SP	processes
SAMLResponse and redirects user	to the application
User
Application
Service	Provider	(SP)	/	client
Identity	Provider	(IdP)
1
2
4
3
1
2
3
4
Social Connections 11 Chicago, June 1-2 2017
Use Case
On-Premise Cloud
IdP SP
SP
Social Connections 11 Chicago, June 1-2 2017
IBM Connections Cloud Login Types
• Standard
• Federated
• UserChoice (aka Modified)
• AdminChoice (aka Partial)
Social Connections 11 Chicago, June 1-2 2017
IBM Connections Cloud Login Types
• Standard
• Default	type
• Users	must	log	in	with	email		address	and	password
Social Connections 11 Chicago, June 1-2 2017
IBM Connections Cloud Login Types
• Federated
• Users	don’t	have	username/password	on	Connections	
Cloud
• Applies	to	all	users
• The	IdP must	be	available	from	the	internet	or	VPN
• Services	that	don’t	support	SAML	or	application	
passwords,	don’t	work
• POP
• IMAP
Social Connections 11 Chicago, June 1-2 2017
IBM Connections Cloud Login Types
• UserChoice
• Users	have	the	choice	to	use	Organization	login	or	
Connections	Cloud	credentials
• Applies	to	all	users	
• You	do	not	need	to	expose	IdP to	internet
Social Connections 11 Chicago, June 1-2 2017
IBM Connections Cloud Login Types
• AdminChoice
• Admin	specifies	login	type,	default	type	is	Standard
• Login	type	can	be	based	on
• Type	of	users:	office	users	vs	mobile	users
• Application-based:	POP/IMAP	or	not
Social Connections 11 Chicago, June 1-2 2017
SSO IBM Connections Cloud
• IBM Connections Cloud products rely on SAML
• Your organization is the IdP
• Connections Cloud is the SP
• Three flow models exist
• IdP-initiated
• SP-initiated
• SP-initiated model for mobile apps and plug-ins
Social Connections 11 Chicago, June 1-2 2017
SSO IBM Connections Cloud
• Idp-initiated
• User accesses local resource with authentication
• Webmail
• Intranet
• …
• User clicks a link that redirects to Connections Cloud
• SSO process is initiated, SAML assertion is sent to
Connections
• If validated, user accesses Connections
Social Connections 11 Chicago, June 1-2 2017
SSO IBM Connections Cloud
• SP-initiated
• User navigates to authentication page Connections
Cloud
• User clicks “Use My Organization’s Login” and enters
credentials
• Connections Cloud redirects to IdP
• SSO process is initiated, SAML assertion is sent to
Connections
• If validated, user accesses Connections
Social Connections 11 Chicago, June 1-2 2017
SSO IBM Connections Cloud
• SP-initiated for mobile apps and plug-ins
• App requests to Connections Cloud for login endpoint
• Connections Cloud looks up email address and
responds with URL of authentication mechanism
• App performs basic or simple form authentication
• SSO process is initiated, SAML assertion is sent to
Connections
• If validated, user accesses Connections
Social Connections 11 Chicago, June 1-2 2017
Plug-Ins and Mobile Apps
• Plug-Ins
• Connections Desktop Plug-In for Windows
• Connections Desktop Plug-In for Mac
• Connections Plug-In for MS Outlook
• Mobile Apps
• Connections mobile
• Chat
• Meetings
• Notes Traveler
Social Connections 11 Chicago, June 1-2 2017
Application passwords
• A way to bypass regular log in process
• Can be used by Plug-Ins and Mobile apps
• Generated using a strong random number generator
• Application password can be revoked
• Activated by the administrator
• When a user generates an application password, it is
displayed only one time
Social Connections 11 Chicago, June 1-2 2017
Prepare for federated identity management
• Choose the SAML version to use, typically SAMLv2
• Choose the federation type
• Federated
• UserChoice
• AdminChoice
• Review the flow models
• IdP-initiated
• SP-initiated
• SP-initiated model for mobile apps and plug-ins
• Implement SAML in your environment
• Can be done between Domino and ADFS
• Make sure to use the email address as NameID
• Prepare for Plug-Ins and mobile devices
• Test your SAML set up internally
• Configure SAML with IBM Connections Cloud
Social Connections 11 Chicago, June 1-2 2017
Enable federated identity management
• Send an email to support@collabserv.com
• Request to have federated identity management enabled
• Don’t forget your Connections Customer ID
• You will need to send the FederationMetadata
• https://<MY-ADFS-SERVER.yourdomain.com/FederationMetadata/2007-06/FederationMetadata.xml
• Set up a Relying party trust in ADFS when you
receive the info back from support
Social Connections 11 Chicago, June 1-2 2017
Configure Relying party trust ADFS
• Navigate	to	"Relying	Party	Trusts"	and	click	on	"Add	Relying	Party	Trust"
Social Connections 11 Chicago, June 1-2 2017
Configure Relying party trust ADFS
• Select	to	import	a	file	and	refer	to	the	received	xml
Social Connections 11 Chicago, June 1-2 2017
Configure Relying party trust ADFS
• Specify a	display	name,	like IBM	Cloud
Social Connections 11 Chicago, June 1-2 2017
Configure Relying party trust ADFS
Social Connections 11 Chicago, June 1-2 2017
Configure Relying party trust ADFS
Social Connections 11 Chicago, June 1-2 2017
Configure Relying party trust ADFS
Social Connections 11 Chicago, June 1-2 2017
Configure Relying party trust ADFS
• Click	on	add rule
Social Connections 11 Chicago, June 1-2 2017
Configure Relying party trust ADFS
Social Connections 11 Chicago, June 1-2 2017
Configure Relying party trust ADFS
Social Connections 11 Chicago, June 1-2 2017
Configure Relying party trust ADFS
• Add a	second	rule based on	the template	Transform an Incoming Claim
Transform an Incoming Claim
Social Connections 11 Chicago, June 1-2 2017
Configure Relying party trust ADFS
• For	the Incoming claim	type,	select	E-mail	Address.	
• For	the Outgoing claim	type,	select	Name	ID.	
• For	the Outgoing name	ID	format,	select	Email.	
• Select	Pass	through all claim	values.
• On	your AD	FS	server,	open	a	PowerShell command window and issue	the
following command:	Set-AdfsClaimsProviderTrust -TargetIdentifier "AD	
AUTHORITY"	-AlternateLoginID mail	-LookupForests <forest domain>
• Forest domain	is	the DNS	name	where the users	belong to
Social Connections 11 Chicago, June 1-2 2017
Useful links
• Submitting a service request
• http://www-01.ibm.com/support/docview.wss?uid=swg21507389
• Federated Identity Management documentation
• http://www-01.ibm.com/support/knowledgecenter/SSL3JX/admin/SAMLFederatedIdentity/fim_setting_up_fim.html
• Complete cookbook set up SAML with Domino
• http://www-01.ibm.com/support/docview.wss?uid=swg21614543
Social Connections 11 Chicago, June 1-2 2017
Contact me
https://www.linkedin.com/in/debisschopk
@debisschopk
https://debisschopk.wordpress.com
kris.de.bisschop@groupwave.be
Open Doors In The Cloud By Using SSO Methodologies Between Your Organisation And IBM
PLATINUM	SPONSORS
GOLD	SPONSORS
SILVER	SPONSORS

More Related Content

PDF
Christian Brothers Services Journey from On Premises Lotus Collaboration to C...
PDF
Introduction to Box Administration – See Why it Rocks!
PDF
How a social intranet can be used to drive employee engagement and usage of I...
PPTX
Enterprise collaboration driven by IBM Connections at Raytheon
PPTX
Writing your first Watson Work application, and why you’d want to
PDF
Migration from 5 to Connections 6 - been there, done that
PPTX
IBM Connections Customizer – A Whole New World of Possibilities
PDF
IBM Connections vs. Office 365 – Episode III
Christian Brothers Services Journey from On Premises Lotus Collaboration to C...
Introduction to Box Administration – See Why it Rocks!
How a social intranet can be used to drive employee engagement and usage of I...
Enterprise collaboration driven by IBM Connections at Raytheon
Writing your first Watson Work application, and why you’d want to
Migration from 5 to Connections 6 - been there, done that
IBM Connections Customizer – A Whole New World of Possibilities
IBM Connections vs. Office 365 – Episode III

What's hot (17)

PPTX
The Pink road – Dorothy’s journey through an all pink wonderland
PDF
Customization & Extensibility in IBM Connections Pink
PDF
Future of Collaboration
PPTX
App dev and partner ecosystem for pink social connections 2017
PDF
Social Connections 12. We hired hackers to hack us
PPTX
IBM Connections Cloud extreme customization
PPTX
IBM Connections Customizer: From Zero To Hero
PDF
IBM Domino 10: A new chapter begins
PPTX
Computer Generations and Complexity: The Necessity for Collaboration
PDF
Integrate External Data With The Business Data Catalog
PPT
Ruby on Rails
PPTX
Developing social solutions on Microsoft technologies (SP Social and Yammer)
PPTX
FSLogix BriForum 2015 - Ending the Folder Redirection Debate
PPTX
Microsoft Ignite Recap: SharePoint & OneDrive for Business with Vlad & Drew
PDF
Law techcamp km_18june11
PPTX
What's New in IBM Connections Social Cloud - September 2014
PPTX
Managing Projects and Issues with IBM Connections
The Pink road – Dorothy’s journey through an all pink wonderland
Customization & Extensibility in IBM Connections Pink
Future of Collaboration
App dev and partner ecosystem for pink social connections 2017
Social Connections 12. We hired hackers to hack us
IBM Connections Cloud extreme customization
IBM Connections Customizer: From Zero To Hero
IBM Domino 10: A new chapter begins
Computer Generations and Complexity: The Necessity for Collaboration
Integrate External Data With The Business Data Catalog
Ruby on Rails
Developing social solutions on Microsoft technologies (SP Social and Yammer)
FSLogix BriForum 2015 - Ending the Folder Redirection Debate
Microsoft Ignite Recap: SharePoint & OneDrive for Business with Vlad & Drew
Law techcamp km_18june11
What's New in IBM Connections Social Cloud - September 2014
Managing Projects and Issues with IBM Connections
Ad

Similar to Open Doors In The Cloud By Using SSO Methodologies Between Your Organisation And IBM (20)

PPTX
Turning the IBM Collaboration Ecosystem Pink
PPTX
Two wrongs don’t make a right – Troubleshooting Connections
PDF
SocCnx11 - Two wrongs don't make a right - Troubleshooting Connections
PPTX
Soccnx11 Two wrongs don't make a right - Troubleshooting Connections
PPTX
Announcing the Connections Cloud Catalog: How to Get new Apps fresh out of th...
PPTX
Calling all Developers: Building Connections Apps and Integrating with Pink
PDF
IBM Watson Workspace and Work Services strategy and roadmap
PDF
IBM Connections - Have it YOUR Way!
PPTX
Beyond Social
PPTX
Developing social solutions on Microsoft technologies (SP Social and Yammer)
PPTX
The Who, What, Why and How of Active Directory Federation Services (AD FS)
PDF
Introduction to Box Administration – See Why it Rocks!
PPTX
SPSVB - Office 365 and Cloud Identity - What Does It Mean for Me?
PPTX
IBM Collaboration Mobile Strategy and a New Way To work
PPTX
CIS 2013 Ping Identity Chalktalk
PPTX
SharePoint Online vs. On-Premise
PDF
What’s New and Coming in IBM Connections
PPTX
The World of Team Space Tools: Watson Workspace vs. Slack, Teams, Skype, and ...
PDF
SocCnx11 - All you need to know about orient me
PPTX
SOCCNX11 All you need to know about Orient Me
Turning the IBM Collaboration Ecosystem Pink
Two wrongs don’t make a right – Troubleshooting Connections
SocCnx11 - Two wrongs don't make a right - Troubleshooting Connections
Soccnx11 Two wrongs don't make a right - Troubleshooting Connections
Announcing the Connections Cloud Catalog: How to Get new Apps fresh out of th...
Calling all Developers: Building Connections Apps and Integrating with Pink
IBM Watson Workspace and Work Services strategy and roadmap
IBM Connections - Have it YOUR Way!
Beyond Social
Developing social solutions on Microsoft technologies (SP Social and Yammer)
The Who, What, Why and How of Active Directory Federation Services (AD FS)
Introduction to Box Administration – See Why it Rocks!
SPSVB - Office 365 and Cloud Identity - What Does It Mean for Me?
IBM Collaboration Mobile Strategy and a New Way To work
CIS 2013 Ping Identity Chalktalk
SharePoint Online vs. On-Premise
What’s New and Coming in IBM Connections
The World of Team Space Tools: Watson Workspace vs. Slack, Teams, Skype, and ...
SocCnx11 - All you need to know about orient me
SOCCNX11 All you need to know about Orient Me
Ad

More from LetsConnect (20)

PDF
Installing Component Pack 6.0.0.6
PPTX
Oh $h@# - How to deal with emotional outbursts and hate in social situations
PPTX
It is not About Connections vs Office 365 - You can have the best of the both...
PPTX
Using ibm connections to enhance university courses
PPTX
IBM Connections 6 Component Pack
PPTX
IBM Connections 6.0 CR3 New Features
PDF
10 years of IBM Connections
PDF
IBM Collaboration Framework in action: Customer success stories
PDF
Design for the Digital Workspace
PDF
New Ways to Deliver Business Outcomes with INtelligent Workstream Collaboration
PDF
Power up your Salesforce Opportunities by using IBM Watson Workspace as your ...
PDF
There is nothing more practical than a good theory
PDF
Kubernetes Basics for Connections Admins
PDF
Intelligent Collaboration driving Digital Transformation
PDF
Developing IBM Connections Community Apps using Domino
PDF
You Get What You Give
PDF
Building Custom ibm Watson Workspace Templates to make you and your team more...
PDF
ICS INtegration with Node-RED and Open Source
PDF
Communities as the fundament of social learning
PDF
It's not IBM or O365 - Integrate and Embrace
Installing Component Pack 6.0.0.6
Oh $h@# - How to deal with emotional outbursts and hate in social situations
It is not About Connections vs Office 365 - You can have the best of the both...
Using ibm connections to enhance university courses
IBM Connections 6 Component Pack
IBM Connections 6.0 CR3 New Features
10 years of IBM Connections
IBM Collaboration Framework in action: Customer success stories
Design for the Digital Workspace
New Ways to Deliver Business Outcomes with INtelligent Workstream Collaboration
Power up your Salesforce Opportunities by using IBM Watson Workspace as your ...
There is nothing more practical than a good theory
Kubernetes Basics for Connections Admins
Intelligent Collaboration driving Digital Transformation
Developing IBM Connections Community Apps using Domino
You Get What You Give
Building Custom ibm Watson Workspace Templates to make you and your team more...
ICS INtegration with Node-RED and Open Source
Communities as the fundament of social learning
It's not IBM or O365 - Integrate and Embrace

Recently uploaded (20)

PDF
Digital Marketing & E-commerce Certificate Glossary.pdf.................
PDF
NISM Series V-A MFD Workbook v December 2024.khhhjtgvwevoypdnew one must use ...
PPTX
ICG2025_ICG 6th steering committee 30-8-24.pptx
DOCX
unit 1 COST ACCOUNTING AND COST SHEET
PDF
Reconciliation AND MEMORANDUM RECONCILATION
PPTX
AI-assistance in Knowledge Collection and Curation supporting Safe and Sustai...
PPTX
Probability Distribution, binomial distribution, poisson distribution
PDF
Tata consultancy services case study shri Sharda college, basrur
PDF
Elevate Cleaning Efficiency Using Tallfly Hair Remover Roller Factory Expertise
PDF
MSPs in 10 Words - Created by US MSP Network
PDF
Chapter 5_Foreign Exchange Market in .pdf
PDF
Katrina Stoneking: Shaking Up the Alcohol Beverage Industry
PDF
How to Get Funding for Your Trucking Business
PDF
pdfcoffee.com-opt-b1plus-sb-answers.pdfvi
PDF
Roadmap Map-digital Banking feature MB,IB,AB
PDF
Unit 1 Cost Accounting - Cost sheet
PPTX
5 Stages of group development guide.pptx
PPTX
HR Introduction Slide (1).pptx on hr intro
PDF
A Brief Introduction About Julia Allison
PDF
Solara Labs: Empowering Health through Innovative Nutraceutical Solutions
Digital Marketing & E-commerce Certificate Glossary.pdf.................
NISM Series V-A MFD Workbook v December 2024.khhhjtgvwevoypdnew one must use ...
ICG2025_ICG 6th steering committee 30-8-24.pptx
unit 1 COST ACCOUNTING AND COST SHEET
Reconciliation AND MEMORANDUM RECONCILATION
AI-assistance in Knowledge Collection and Curation supporting Safe and Sustai...
Probability Distribution, binomial distribution, poisson distribution
Tata consultancy services case study shri Sharda college, basrur
Elevate Cleaning Efficiency Using Tallfly Hair Remover Roller Factory Expertise
MSPs in 10 Words - Created by US MSP Network
Chapter 5_Foreign Exchange Market in .pdf
Katrina Stoneking: Shaking Up the Alcohol Beverage Industry
How to Get Funding for Your Trucking Business
pdfcoffee.com-opt-b1plus-sb-answers.pdfvi
Roadmap Map-digital Banking feature MB,IB,AB
Unit 1 Cost Accounting - Cost sheet
5 Stages of group development guide.pptx
HR Introduction Slide (1).pptx on hr intro
A Brief Introduction About Julia Allison
Solara Labs: Empowering Health through Innovative Nutraceutical Solutions

Open Doors In The Cloud By Using SSO Methodologies Between Your Organisation And IBM

  • 1. Social Connections 11 Chicago, June 1-2 2017 Open Doors In The Cloud By Using SSO Methodologies Between Your Organisation And IBM Kris De Bisschop, @debisschopk
  • 3. Social Connections 11 Chicago, June 1-2 2017 A little about me • CEO @ • Administrator ICS Portfolio o IBM Notes/Domino o IBM Sametime o IBM Notes Traveler o IBM Connections o TDI • Social Business speaker • IBM Champion Collaboration Solutions • Love high-level issues • Badminton
  • 4. Social Connections 11 Chicago, June 1-2 2017 Single sign-on (SSO) • Session and user authentication service • Allows the use of one set of login credentials • No more login prompts when switching applications
  • 5. Social Connections 11 Chicago, June 1-2 2017 SAML • Security Assertion Markup Language • Established as a Web SSO standard in early 2008 • XML-based • Built from WebServices Security token concepts • SAMLResponse is sent as a POST body, contains an Assertion with user details, most important one is NameId, ex InternetAddress
  • 6. Social Connections 11 Chicago, June 1-2 2017 SAML • Identity Provider (IdP) • LDAP • Active Directory Federation Service (ADFS) • Tivoli Federated Identity Manager • … • Service Provider (SP) • Domino • … • Client • Browser • IBM Notes Client
  • 7. Social Connections 11 Chicago, June 1-2 2017 SAML • User tries to access SP application • As user is not authenticated the first time, SP redirects to IdP • User authenticates to IdP • IdP redirects user to SP by sending SAMLResponse over HTTP POST inside hidden form. SP processes SAMLResponse and redirects user to the application User Application Service Provider (SP) / client Identity Provider (IdP) 1 2 4 3 1 2 3 4
  • 8. Social Connections 11 Chicago, June 1-2 2017 Use Case On-Premise Cloud IdP SP SP
  • 9. Social Connections 11 Chicago, June 1-2 2017 IBM Connections Cloud Login Types • Standard • Federated • UserChoice (aka Modified) • AdminChoice (aka Partial)
  • 10. Social Connections 11 Chicago, June 1-2 2017 IBM Connections Cloud Login Types • Standard • Default type • Users must log in with email address and password
  • 11. Social Connections 11 Chicago, June 1-2 2017 IBM Connections Cloud Login Types • Federated • Users don’t have username/password on Connections Cloud • Applies to all users • The IdP must be available from the internet or VPN • Services that don’t support SAML or application passwords, don’t work • POP • IMAP
  • 12. Social Connections 11 Chicago, June 1-2 2017 IBM Connections Cloud Login Types • UserChoice • Users have the choice to use Organization login or Connections Cloud credentials • Applies to all users • You do not need to expose IdP to internet
  • 13. Social Connections 11 Chicago, June 1-2 2017 IBM Connections Cloud Login Types • AdminChoice • Admin specifies login type, default type is Standard • Login type can be based on • Type of users: office users vs mobile users • Application-based: POP/IMAP or not
  • 14. Social Connections 11 Chicago, June 1-2 2017 SSO IBM Connections Cloud • IBM Connections Cloud products rely on SAML • Your organization is the IdP • Connections Cloud is the SP • Three flow models exist • IdP-initiated • SP-initiated • SP-initiated model for mobile apps and plug-ins
  • 15. Social Connections 11 Chicago, June 1-2 2017 SSO IBM Connections Cloud • Idp-initiated • User accesses local resource with authentication • Webmail • Intranet • … • User clicks a link that redirects to Connections Cloud • SSO process is initiated, SAML assertion is sent to Connections • If validated, user accesses Connections
  • 16. Social Connections 11 Chicago, June 1-2 2017 SSO IBM Connections Cloud • SP-initiated • User navigates to authentication page Connections Cloud • User clicks “Use My Organization’s Login” and enters credentials • Connections Cloud redirects to IdP • SSO process is initiated, SAML assertion is sent to Connections • If validated, user accesses Connections
  • 17. Social Connections 11 Chicago, June 1-2 2017 SSO IBM Connections Cloud • SP-initiated for mobile apps and plug-ins • App requests to Connections Cloud for login endpoint • Connections Cloud looks up email address and responds with URL of authentication mechanism • App performs basic or simple form authentication • SSO process is initiated, SAML assertion is sent to Connections • If validated, user accesses Connections
  • 18. Social Connections 11 Chicago, June 1-2 2017 Plug-Ins and Mobile Apps • Plug-Ins • Connections Desktop Plug-In for Windows • Connections Desktop Plug-In for Mac • Connections Plug-In for MS Outlook • Mobile Apps • Connections mobile • Chat • Meetings • Notes Traveler
  • 19. Social Connections 11 Chicago, June 1-2 2017 Application passwords • A way to bypass regular log in process • Can be used by Plug-Ins and Mobile apps • Generated using a strong random number generator • Application password can be revoked • Activated by the administrator • When a user generates an application password, it is displayed only one time
  • 20. Social Connections 11 Chicago, June 1-2 2017 Prepare for federated identity management • Choose the SAML version to use, typically SAMLv2 • Choose the federation type • Federated • UserChoice • AdminChoice • Review the flow models • IdP-initiated • SP-initiated • SP-initiated model for mobile apps and plug-ins • Implement SAML in your environment • Can be done between Domino and ADFS • Make sure to use the email address as NameID • Prepare for Plug-Ins and mobile devices • Test your SAML set up internally • Configure SAML with IBM Connections Cloud
  • 21. Social Connections 11 Chicago, June 1-2 2017 Enable federated identity management • Send an email to support@collabserv.com • Request to have federated identity management enabled • Don’t forget your Connections Customer ID • You will need to send the FederationMetadata • https://<MY-ADFS-SERVER.yourdomain.com/FederationMetadata/2007-06/FederationMetadata.xml • Set up a Relying party trust in ADFS when you receive the info back from support
  • 22. Social Connections 11 Chicago, June 1-2 2017 Configure Relying party trust ADFS • Navigate to "Relying Party Trusts" and click on "Add Relying Party Trust"
  • 23. Social Connections 11 Chicago, June 1-2 2017 Configure Relying party trust ADFS • Select to import a file and refer to the received xml
  • 24. Social Connections 11 Chicago, June 1-2 2017 Configure Relying party trust ADFS • Specify a display name, like IBM Cloud
  • 25. Social Connections 11 Chicago, June 1-2 2017 Configure Relying party trust ADFS
  • 26. Social Connections 11 Chicago, June 1-2 2017 Configure Relying party trust ADFS
  • 27. Social Connections 11 Chicago, June 1-2 2017 Configure Relying party trust ADFS
  • 28. Social Connections 11 Chicago, June 1-2 2017 Configure Relying party trust ADFS • Click on add rule
  • 29. Social Connections 11 Chicago, June 1-2 2017 Configure Relying party trust ADFS
  • 30. Social Connections 11 Chicago, June 1-2 2017 Configure Relying party trust ADFS
  • 31. Social Connections 11 Chicago, June 1-2 2017 Configure Relying party trust ADFS • Add a second rule based on the template Transform an Incoming Claim Transform an Incoming Claim
  • 32. Social Connections 11 Chicago, June 1-2 2017 Configure Relying party trust ADFS • For the Incoming claim type, select E-mail Address. • For the Outgoing claim type, select Name ID. • For the Outgoing name ID format, select Email. • Select Pass through all claim values. • On your AD FS server, open a PowerShell command window and issue the following command: Set-AdfsClaimsProviderTrust -TargetIdentifier "AD AUTHORITY" -AlternateLoginID mail -LookupForests <forest domain> • Forest domain is the DNS name where the users belong to
  • 33. Social Connections 11 Chicago, June 1-2 2017 Useful links • Submitting a service request • http://www-01.ibm.com/support/docview.wss?uid=swg21507389 • Federated Identity Management documentation • http://www-01.ibm.com/support/knowledgecenter/SSL3JX/admin/SAMLFederatedIdentity/fim_setting_up_fim.html • Complete cookbook set up SAML with Domino • http://www-01.ibm.com/support/docview.wss?uid=swg21614543
  • 34. Social Connections 11 Chicago, June 1-2 2017 Contact me https://www.linkedin.com/in/debisschopk @debisschopk https://debisschopk.wordpress.com kris.de.bisschop@groupwave.be