SlideShare una empresa de Scribd logo
1 de 18
IBM Connections 3.0.1.1 Integration
With IBM Sametime 8.5.2 IFR1




                                 Brian Bermingham
                                      bberming@ie.ibm.com
Who Am I?




      Brian Bermingham
      Social Software Customer Excellence
       Email: bberming@ie.ibm.com
      Twitter: @brianbermingham




2                                           © 2012 IBM Corporation
Agenda
    IBM Connections 3.0.1.1 integration with IBM Sametime
     v8.5.2 IFR1



    References
    IBM Redbooks:
      Creating Integrated Web Experience with IBM Lotus collaboration softw




3                                                             © 2012 IBM Corporation
Integration



4             © 2012 IBM Corporation
Integrating Connections with Sametime
    Sametime Awareness via the Sametime Client
    Sametime Awareness via the Sametime Server




5                                                © 2012 IBM Corporation
Sametime Awareness through the Sametime Client
    Connects to mini http server in Connect client
       Client must be 8.0.2 or above
    Browser connects over http to the local client listening on 59449
    Presence awareness can be retrieved over SSL for:
       Sametime 8.5 or later standalone client
       Notes 8.5.1 or later embedded client
    User must be logged into Sametime from the same machine where
     they access Connections




6                                                                   © 2012 IBM Corporation
Sametime Awareness through the Sametime Client
    Open profiles-config.xml and locate the sametimeAwareness element



    Set enabled to true
    Set ssl_href port to 59669 if sending traffic over SSL (Sametime 8.5 and above)
    Check in profiles-config.xml, sync and restart Profiles
    Awareness shown in users profile and business card
    Start chat from business card or clicking awareness icon in profile page




7                                                                         © 2012 IBM Corporation
Sametime Awareness through the Sametime Server
    Requirements:
     Profiles application of IBM Connections
     Domino® Server 8.5 or later
     Sametime Community Server 8.5.1 or later
     Sametime Proxy Server 8.5.1 or 8.5.2
       ST 8.5.1 proxy server environments cannot be set up with SSO:
         Tivoli® Access Manager, Computer Associates' SiteMinder, or Windows™ desktop.
         ST 8.5.2 environments supports SSO with any security proxies that are supported by both Sametime and IBM
           Connections.
     IBM Sametime Community Server 8.5.1 environments, must configure server in front of Connections to
       proxy Sametime requests (IHS, Edge, etc.). Not required with Sametime 8.5.2 IFR1




8                                                                                                © 2012 IBM Corporation
Sametime Awareness through the Sametime Server
    Settings to use Connect Client when available
    Enable Sametime Connect Client WEB APIs
      Check status - http://localhost:59449/stwebapi/listservices
    Required Sametime Connect Client WEB APIs
      LoggedIn, mystatus, setstatus, rename, announce, startmeeting, chat, call
      Enable by adding the following to Sametime Connect Client plugin_customization.ini file
        ADD com.ibm.collaboration.realtime.webapi/<place API name here>Enabled=true
        Or to enable all Web Apis
          ADD com.ibm.collaboration.realtime.webapi/enableAllWebApisOverride=true




9                                                                                        © 2012 IBM Corporation
Configuring Single Sign-On
 Prerequisites for Single Sign-On
   Common DNS domain
   Common realm name
   Time synchronisation
 Export LTPA Key for WebSphere
 Import LTPA Key into Domino
 Enable multi server session authentication
 Restart HTTP
 http://www-10.lotus.com/ldd/lcwiki.nsf/dx/5._Implement_and_test_single_sign-on




10                                                                      © 2012 IBM Corporation
Testing SSO between Connections and Sametime
 Always verify SSO in both directions
 Log in to IBM Connections – http://<connections-server>/homepage
 Verify same user is logged in to Sametime –
 http://<sametime-server>/stwebclient/popup.jsp
 Clear cookies
 Try the reverse
   Log in to Sametime
   Verify user is logged into Connections




11                                                                  © 2012 IBM Corporation
Configure the IBM HTTP Server for ST 8.5.1 and earlier
 Not required with 8.5.2 IFR1
 Configure IHS in front of Connections to act as a proxy server for awareness and
 chat between the client and STProxy server
 Configurations steps:
      Open IHS httpd.conf
      Uncomment the following modules:
         LoadModule proxy_module modules/mod_proxy.so
         LoadModule proxy_connect_module modules/mod_proxy_connect.so
         LoadModule proxy_http_module modules/mod_proxy_http.so
      Add the following to the end of the conf file (they may already exist)
         LoadModule was_ap22_module "<PATH_TO_IHS_PLUGINS>bin32bitsmod_was_ap22_http.dll"
         WebSpherePluginConfig "<PATH_TO_IHS_PLUGINS>configwebserver1plugin-cfg.xml"
      Add these proxy rules above WebSpherePluginConfig
         ProxyPass /stwebclient http://<stproxy-hostname>:<port>/stwebclient
         ProxyPass /stwebapi http://<stproxy-hostname>:<port>/stwebapi
         ProxyPass /stbaseapi http://<stproxy-hostname>:<port>/stbaseapi
         ProxyPassReverse /stwebclient http://<stproxy-hostname>:<port>/stwebclient
         ProxyPassReverse /stwebapi http://<stproxy-hostname>:<port>/stwebapi
         ProxyPassReverse /stbaseapi http://<stproxy-hostname>:<port>/stbaseapi
         ProxyPassReverseCookieDomain http://<stproxy-hostname>:<port> ibm.com
         ProxyPassReverseCookiePath / /
      Save and close httpd.conf
      Restart IHS



12                                                                                             © 2012 IBM Corporation
Enable Connections configuration with STProxy
 Check out uiextension-config.xml and edit
 Enable the global.pageRendering and lc.IMAwareness extensions
 Enable isConnectClient to use Connect client when available
 Set the lconnProxySvcUrl and lconnProxySvcUrlSSL parameters with the
 hostname of the Sametime Server (requires 8.5.2 IFR1)




 Save and check in uiextensions-config.xml
 Update the value of the version stamp to force users' browsers to pick up this
 change
 Sync nodes and restart server




13                                                                       © 2012 IBM Corporation
Test awareness and chat in Connections
 Log in to Connections
 Sametime widget displayed at the bottom right corner of the browser
     Change Sametime status
     Disconnect from Sametime
     Launch Sametime web client
 View a users profile to check their Sametime status
 Load a users business card anywhere in Connections to view
 their status or launch chat




14                                                                     © 2012 IBM Corporation
Sametime Integration Resources
 IBM Connections Product Documentation:
   Adding Sametime awareness though the Sametime client
   Adding Sametime awareness through the Sametime server
 IBM Redbooks: Creating Integrated Web Experience with IBM Lotus collaboratio
   Includes Portal, Connections, Sametime, and Quickr Domino integration steps




15                                                               © 2012 IBM Corporation
Plugins



16        © 2012 IBM Corporation
IBM Connections 3.0.1.1 Plug-in for IBM Sametime
Download from catalogue on Greenhouse
Using the IBM Connections Plug-in for Lotus Sametime




17                                                     © 2012 IBM Corporation
Thank You For Your Time




        bberming@ie.ibm.com
         @brianbermingham


18                             © 2012 IBM Corporation

Más contenido relacionado

La actualidad más candente

We4IT lcty 2013 - infra-man - whats new in ibm domino application development
We4IT lcty 2013 - infra-man - whats new in ibm domino application developmentWe4IT lcty 2013 - infra-man - whats new in ibm domino application development
We4IT lcty 2013 - infra-man - whats new in ibm domino application development
We4IT Group
 
What's New in IBM iNotes 9.0 Social Edition & IBM Notes Browser Plugin
What's New in IBM iNotes 9.0 Social Edition & IBM Notes Browser PluginWhat's New in IBM iNotes 9.0 Social Edition & IBM Notes Browser Plugin
What's New in IBM iNotes 9.0 Social Edition & IBM Notes Browser Plugin
Rahul A. Garg
 
Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...
Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...
Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...
paulbastide
 
The Power of IBM SmartCloud for Social Business and XPages App Dev
The Power of IBM SmartCloud for Social Business and XPages App DevThe Power of IBM SmartCloud for Social Business and XPages App Dev
The Power of IBM SmartCloud for Social Business and XPages App Dev
IBM Connections Developers
 
Was liberty elastic clusters and centralised admin
Was liberty   elastic clusters and centralised adminWas liberty   elastic clusters and centralised admin
Was liberty elastic clusters and centralised admin
sflynn073
 
What's new in ibm i notes 9.0
What's new in ibm i notes 9.0What's new in ibm i notes 9.0
What's new in ibm i notes 9.0
Ranjit Rai
 

La actualidad más candente (19)

IBM Sametime 8.5.2 IFR1 implementation - From Zero to Mobile - Make your bos...
IBM Sametime  8.5.2 IFR1 implementation - From Zero to Mobile - Make your bos...IBM Sametime  8.5.2 IFR1 implementation - From Zero to Mobile - Make your bos...
IBM Sametime 8.5.2 IFR1 implementation - From Zero to Mobile - Make your bos...
 
We4IT lcty 2013 - infra-man - whats new in ibm domino application development
We4IT lcty 2013 - infra-man - whats new in ibm domino application developmentWe4IT lcty 2013 - infra-man - whats new in ibm domino application development
We4IT lcty 2013 - infra-man - whats new in ibm domino application development
 
IBM Sametime 8.5.2 installation - From Zero To Hero - Edge Components 18.12.2011
IBM Sametime 8.5.2 installation - From Zero To Hero - Edge Components 18.12.2011IBM Sametime 8.5.2 installation - From Zero To Hero - Edge Components 18.12.2011
IBM Sametime 8.5.2 installation - From Zero To Hero - Edge Components 18.12.2011
 
IBM WebSphere Liberty and Docker Deep Dive
IBM WebSphere Liberty and Docker Deep DiveIBM WebSphere Liberty and Docker Deep Dive
IBM WebSphere Liberty and Docker Deep Dive
 
IBM Connect 2014 - AD105: IBM iNotes and IBM SmartCloud Notes Web Customizati...
IBM Connect 2014 - AD105: IBM iNotes and IBM SmartCloud Notes Web Customizati...IBM Connect 2014 - AD105: IBM iNotes and IBM SmartCloud Notes Web Customizati...
IBM Connect 2014 - AD105: IBM iNotes and IBM SmartCloud Notes Web Customizati...
 
JMP205 From Zero To Mobile Hero - IBM Sametime 8.5.2 Mobile Access Server Ins...
JMP205 From Zero To Mobile Hero - IBM Sametime 8.5.2 Mobile Access Server Ins...JMP205 From Zero To Mobile Hero - IBM Sametime 8.5.2 Mobile Access Server Ins...
JMP205 From Zero To Mobile Hero - IBM Sametime 8.5.2 Mobile Access Server Ins...
 
IBM Connections 4.0 Installation - From Zero To Social Hero 1.16 for Domino LDAP
IBM Connections 4.0 Installation - From Zero To Social Hero 1.16 for Domino LDAPIBM Connections 4.0 Installation - From Zero To Social Hero 1.16 for Domino LDAP
IBM Connections 4.0 Installation - From Zero To Social Hero 1.16 for Domino LDAP
 
Tip from ConnectED 2015: An intro to IBM Security Directory Integrator for IB...
Tip from ConnectED 2015: An intro to IBM Security Directory Integrator for IB...Tip from ConnectED 2015: An intro to IBM Security Directory Integrator for IB...
Tip from ConnectED 2015: An intro to IBM Security Directory Integrator for IB...
 
What's New in IBM iNotes 9.0 Social Edition & IBM Notes Browser Plugin
What's New in IBM iNotes 9.0 Social Edition & IBM Notes Browser PluginWhat's New in IBM iNotes 9.0 Social Edition & IBM Notes Browser Plugin
What's New in IBM iNotes 9.0 Social Edition & IBM Notes Browser Plugin
 
What's new in iNotes 9.0 Social Edition
What's new in iNotes 9.0 Social EditionWhat's new in iNotes 9.0 Social Edition
What's new in iNotes 9.0 Social Edition
 
Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...
Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...
Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...
 
The Power of IBM SmartCloud for Social Business and XPages App Dev
The Power of IBM SmartCloud for Social Business and XPages App DevThe Power of IBM SmartCloud for Social Business and XPages App Dev
The Power of IBM SmartCloud for Social Business and XPages App Dev
 
IBM Connections - Customizing and Extending
IBM Connections - Customizing and ExtendingIBM Connections - Customizing and Extending
IBM Connections - Customizing and Extending
 
Was liberty elastic clusters and centralised admin
Was liberty   elastic clusters and centralised adminWas liberty   elastic clusters and centralised admin
Was liberty elastic clusters and centralised admin
 
IBM Connect 2014 - AD206 - Build Apps Rapidly by Leveraging Services from IBM...
IBM Connect 2014 - AD206 - Build Apps Rapidly by Leveraging Services from IBM...IBM Connect 2014 - AD206 - Build Apps Rapidly by Leveraging Services from IBM...
IBM Connect 2014 - AD206 - Build Apps Rapidly by Leveraging Services from IBM...
 
How to extend IBM Connections Communities and Profiles
How to extend IBM Connections Communities and ProfilesHow to extend IBM Connections Communities and Profiles
How to extend IBM Connections Communities and Profiles
 
IBM Connect 2014 SHOW501 Mastering Social Development Using the IBM Collabora...
IBM Connect 2014 SHOW501 Mastering Social Development Using the IBM Collabora...IBM Connect 2014 SHOW501 Mastering Social Development Using the IBM Collabora...
IBM Connect 2014 SHOW501 Mastering Social Development Using the IBM Collabora...
 
Hack IBM Connections - Advance Use - Iframes & more...
Hack IBM Connections - Advance Use - Iframes & more...Hack IBM Connections - Advance Use - Iframes & more...
Hack IBM Connections - Advance Use - Iframes & more...
 
What's new in ibm i notes 9.0
What's new in ibm i notes 9.0What's new in ibm i notes 9.0
What's new in ibm i notes 9.0
 

Destacado

Destacado (9)

Soccnx III - A social revolution... "Can I control that?"
Soccnx III - A social revolution... "Can I control that?"Soccnx III - A social revolution... "Can I control that?"
Soccnx III - A social revolution... "Can I control that?"
 
Magnus Fasth - Get out of e-mail
Magnus Fasth - Get out of e-mailMagnus Fasth - Get out of e-mail
Magnus Fasth - Get out of e-mail
 
IBM Connections 4.0 Installation From Zero To Social Hero - 1.03 with AD LDAP
IBM Connections 4.0 Installation   From Zero To Social Hero - 1.03 with AD LDAPIBM Connections 4.0 Installation   From Zero To Social Hero - 1.03 with AD LDAP
IBM Connections 4.0 Installation From Zero To Social Hero - 1.03 with AD LDAP
 
Social business adoption in 5 easy steps - Mark Osborn / Alan Hamilton - Soci...
Social business adoption in 5 easy steps - Mark Osborn / Alan Hamilton - Soci...Social business adoption in 5 easy steps - Mark Osborn / Alan Hamilton - Soci...
Social business adoption in 5 easy steps - Mark Osborn / Alan Hamilton - Soci...
 
IBM Sametime 8.5.2 Installation ”From Zero to Hero” Upgrade to Interims Featu...
IBM Sametime 8.5.2 Installation ”From Zero to Hero” Upgrade to Interims Featu...IBM Sametime 8.5.2 Installation ”From Zero to Hero” Upgrade to Interims Featu...
IBM Sametime 8.5.2 Installation ”From Zero to Hero” Upgrade to Interims Featu...
 
Big datas (Grandi Dati), grandi problemi?
Big datas (Grandi Dati), grandi problemi?Big datas (Grandi Dati), grandi problemi?
Big datas (Grandi Dati), grandi problemi?
 
IBM Sametime 8.5.2 Installation - From Zero To Hero - Basics - 21.12.2011
IBM Sametime 8.5.2 Installation -  From Zero To Hero - Basics - 21.12.2011IBM Sametime 8.5.2 Installation -  From Zero To Hero - Basics - 21.12.2011
IBM Sametime 8.5.2 Installation - From Zero To Hero - Basics - 21.12.2011
 
IBM Connections 4.5 CR2 Installation - From Zero To Social Hero - 2.02 - with...
IBM Connections 4.5 CR2 Installation - From Zero To Social Hero - 2.02 - with...IBM Connections 4.5 CR2 Installation - From Zero To Social Hero - 2.02 - with...
IBM Connections 4.5 CR2 Installation - From Zero To Social Hero - 2.02 - with...
 
IBM Connections 4.5 Integration - From Zero To Social Hero - 2.0 - with Domin...
IBM Connections 4.5 Integration - From Zero To Social Hero - 2.0 - with Domin...IBM Connections 4.5 Integration - From Zero To Social Hero - 2.0 - with Domin...
IBM Connections 4.5 Integration - From Zero To Social Hero - 2.0 - with Domin...
 

Similar a Soccnx III - IBM Connections 3.0.1 Integration with Sametime

IBM Domino 9.0 Social Edition OpenSocial Component Deployment
IBM Domino 9.0 Social Edition OpenSocial Component DeploymentIBM Domino 9.0 Social Edition OpenSocial Component Deployment
IBM Domino 9.0 Social Edition OpenSocial Component Deployment
Rahul A. Garg
 
2109 mobile cloud integrating your mobile workloads with the enterprise
2109 mobile cloud  integrating your mobile workloads with the enterprise2109 mobile cloud  integrating your mobile workloads with the enterprise
2109 mobile cloud integrating your mobile workloads with the enterprise
Todd Kaplinger
 

Similar a Soccnx III - IBM Connections 3.0.1 Integration with Sametime (20)

BP209 doctors have scalpels, carpenters have hammers, ibm sametime develope...
BP209   doctors have scalpels, carpenters have hammers, ibm sametime develope...BP209   doctors have scalpels, carpenters have hammers, ibm sametime develope...
BP209 doctors have scalpels, carpenters have hammers, ibm sametime develope...
 
Open Mic "Notes Federated Login"
Open Mic "Notes Federated Login"Open Mic "Notes Federated Login"
Open Mic "Notes Federated Login"
 
CFSummit ColdFusion 2015 Load Balancing, Failover and Scalability
CFSummit ColdFusion 2015 Load Balancing, Failover and ScalabilityCFSummit ColdFusion 2015 Load Balancing, Failover and Scalability
CFSummit ColdFusion 2015 Load Balancing, Failover and Scalability
 
Load Balancing, Failover and Scalability with ColdFusion
Load Balancing, Failover and Scalability with ColdFusionLoad Balancing, Failover and Scalability with ColdFusion
Load Balancing, Failover and Scalability with ColdFusion
 
Wfl
WflWfl
Wfl
 
ICON UK 2014 - Look mum, no passwords!
ICON UK 2014 - Look mum, no passwords!ICON UK 2014 - Look mum, no passwords!
ICON UK 2014 - Look mum, no passwords!
 
2014 cf summit_clustering
2014 cf summit_clustering2014 cf summit_clustering
2014 cf summit_clustering
 
Open Mic - IBM Sametime Proxy Clustering
Open Mic - IBM Sametime Proxy ClusteringOpen Mic - IBM Sametime Proxy Clustering
Open Mic - IBM Sametime Proxy Clustering
 
IBM Lotusphere 2011 AD306 - IBM Lotus Sametime Proxy: A Collaborative Recipe...
IBM Lotusphere 2011 AD306 - IBM Lotus Sametime Proxy:  A Collaborative Recipe...IBM Lotusphere 2011 AD306 - IBM Lotus Sametime Proxy:  A Collaborative Recipe...
IBM Lotusphere 2011 AD306 - IBM Lotus Sametime Proxy: A Collaborative Recipe...
 
Open mic IBM Sametime 9 limited use server
Open mic   IBM Sametime 9 limited use serverOpen mic   IBM Sametime 9 limited use server
Open mic IBM Sametime 9 limited use server
 
IBM Lotusphere 2012 Show301: Leveraging the Sametime Proxy to support Mobile ...
IBM Lotusphere 2012 Show301: Leveraging the Sametime Proxy to support Mobile ...IBM Lotusphere 2012 Show301: Leveraging the Sametime Proxy to support Mobile ...
IBM Lotusphere 2012 Show301: Leveraging the Sametime Proxy to support Mobile ...
 
Features of SmartCloud Notes in Hosted and Hybrid Environments
Features of SmartCloud Notes in Hosted and Hybrid EnvironmentsFeatures of SmartCloud Notes in Hosted and Hybrid Environments
Features of SmartCloud Notes in Hosted and Hybrid Environments
 
Developing for Hybrid Cloud with Bluemix
Developing for Hybrid Cloud with BluemixDeveloping for Hybrid Cloud with Bluemix
Developing for Hybrid Cloud with Bluemix
 
Bp307 Practical Solutions for Connections Administrators, tips and scrips for...
Bp307 Practical Solutions for Connections Administrators, tips and scrips for...Bp307 Practical Solutions for Connections Administrators, tips and scrips for...
Bp307 Practical Solutions for Connections Administrators, tips and scrips for...
 
IBM Domino 9.0 Social Edition OpenSocial Component Deployment
IBM Domino 9.0 Social Edition OpenSocial Component DeploymentIBM Domino 9.0 Social Edition OpenSocial Component Deployment
IBM Domino 9.0 Social Edition OpenSocial Component Deployment
 
IBM Connections 4.0: How to Deploy a Two Node Cluster of IBM Connections V4.0...
IBM Connections 4.0: How to Deploy a Two Node Cluster of IBM Connections V4.0...IBM Connections 4.0: How to Deploy a Two Node Cluster of IBM Connections V4.0...
IBM Connections 4.0: How to Deploy a Two Node Cluster of IBM Connections V4.0...
 
VMukti Client Installation Guide For V1034 to V1038
VMukti Client Installation Guide For V1034 to V1038VMukti Client Installation Guide For V1034 to V1038
VMukti Client Installation Guide For V1034 to V1038
 
IBM Impact Session 2351 hybrid apps
IBM Impact Session 2351 hybrid appsIBM Impact Session 2351 hybrid apps
IBM Impact Session 2351 hybrid apps
 
2109 mobile cloud integrating your mobile workloads with the enterprise
2109 mobile cloud  integrating your mobile workloads with the enterprise2109 mobile cloud  integrating your mobile workloads with the enterprise
2109 mobile cloud integrating your mobile workloads with the enterprise
 
Dell Boomi AtomSphere - iPaaS Document by RapidValue Solutions
Dell Boomi AtomSphere - iPaaS Document by RapidValue SolutionsDell Boomi AtomSphere - iPaaS Document by RapidValue Solutions
Dell Boomi AtomSphere - iPaaS Document by RapidValue Solutions
 

Más de LetsConnect

Oh $h@# - How to deal with emotional outbursts and hate in social situations
Oh $h@# - How to deal with emotional outbursts and hate in social situationsOh $h@# - How to deal with emotional outbursts and hate in social situations
Oh $h@# - How to deal with emotional outbursts and hate in social situations
LetsConnect
 
It is not About Connections vs Office 365 - You can have the best of the both...
It is not About Connections vs Office 365 - You can have the best of the both...It is not About Connections vs Office 365 - You can have the best of the both...
It is not About Connections vs Office 365 - You can have the best of the both...
LetsConnect
 
IBM Collaboration Framework in action: Customer success stories
IBM Collaboration Framework in action: Customer success storiesIBM Collaboration Framework in action: Customer success stories
IBM Collaboration Framework in action: Customer success stories
LetsConnect
 
New Ways to Deliver Business Outcomes with INtelligent Workstream Collaboration
New Ways to Deliver Business Outcomes with INtelligent Workstream CollaborationNew Ways to Deliver Business Outcomes with INtelligent Workstream Collaboration
New Ways to Deliver Business Outcomes with INtelligent Workstream Collaboration
LetsConnect
 

Más de LetsConnect (20)

Installing Component Pack 6.0.0.6
Installing Component Pack 6.0.0.6Installing Component Pack 6.0.0.6
Installing Component Pack 6.0.0.6
 
Oh $h@# - How to deal with emotional outbursts and hate in social situations
Oh $h@# - How to deal with emotional outbursts and hate in social situationsOh $h@# - How to deal with emotional outbursts and hate in social situations
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...
It is not About Connections vs Office 365 - You can have the best of the both...It is not About Connections vs Office 365 - You can have the best of the both...
It is not About Connections vs Office 365 - You can have the best of the both...
 
Using ibm connections to enhance university courses
Using ibm connections to enhance university coursesUsing ibm connections to enhance university courses
Using ibm connections to enhance university courses
 
IBM Connections 6 Component Pack
IBM Connections 6 Component PackIBM Connections 6 Component Pack
IBM Connections 6 Component Pack
 
IBM Connections 6.0 CR3 New Features
IBM Connections 6.0 CR3 New FeaturesIBM Connections 6.0 CR3 New Features
IBM Connections 6.0 CR3 New Features
 
10 years of IBM Connections
10 years of IBM Connections10 years of IBM Connections
10 years of IBM Connections
 
IBM Collaboration Framework in action: Customer success stories
IBM Collaboration Framework in action: Customer success storiesIBM Collaboration Framework in action: Customer success stories
IBM Collaboration Framework in action: Customer success stories
 
Design for the Digital Workspace
Design for the Digital WorkspaceDesign for the Digital Workspace
Design for the Digital Workspace
 
New Ways to Deliver Business Outcomes with INtelligent Workstream Collaboration
New Ways to Deliver Business Outcomes with INtelligent Workstream CollaborationNew Ways to Deliver Business Outcomes with INtelligent Workstream Collaboration
New Ways to Deliver Business Outcomes with INtelligent Workstream Collaboration
 
Power up your Salesforce Opportunities by using IBM Watson Workspace as your ...
Power up your Salesforce Opportunities by using IBM Watson Workspace as your ...Power up your Salesforce Opportunities by using IBM Watson Workspace as your ...
Power up your Salesforce Opportunities by using IBM Watson Workspace as your ...
 
There is nothing more practical than a good theory
There is nothing more practical than a good theoryThere is nothing more practical than a good theory
There is nothing more practical than a good theory
 
Kubernetes Basics for Connections Admins
Kubernetes Basics for Connections AdminsKubernetes Basics for Connections Admins
Kubernetes Basics for Connections Admins
 
Intelligent Collaboration driving Digital Transformation
Intelligent Collaboration driving Digital TransformationIntelligent Collaboration driving Digital Transformation
Intelligent Collaboration driving Digital Transformation
 
Developing IBM Connections Community Apps using Domino
Developing IBM Connections Community Apps using DominoDeveloping IBM Connections Community Apps using Domino
Developing IBM Connections Community Apps using Domino
 
IBM Connections - Have it YOUR Way!
IBM Connections - Have it YOUR Way!IBM Connections - Have it YOUR Way!
IBM Connections - Have it YOUR Way!
 
You Get What You Give
You Get What You GiveYou Get What You Give
You Get What You Give
 
Building Custom ibm Watson Workspace Templates to make you and your team more...
Building Custom ibm Watson Workspace Templates to make you and your team more...Building Custom ibm Watson Workspace Templates to make you and your team more...
Building Custom ibm Watson Workspace Templates to make you and your team more...
 
ICS INtegration with Node-RED and Open Source
ICS INtegration with Node-RED and Open SourceICS INtegration with Node-RED and Open Source
ICS INtegration with Node-RED and Open Source
 
Communities as the fundament of social learning
Communities as the fundament of social learningCommunities as the fundament of social learning
Communities as the fundament of social learning
 

Último

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Último (20)

Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 

Soccnx III - IBM Connections 3.0.1 Integration with Sametime

  • 1. IBM Connections 3.0.1.1 Integration With IBM Sametime 8.5.2 IFR1 Brian Bermingham bberming@ie.ibm.com
  • 2. Who Am I? Brian Bermingham Social Software Customer Excellence Email: bberming@ie.ibm.com Twitter: @brianbermingham 2 © 2012 IBM Corporation
  • 3. Agenda IBM Connections 3.0.1.1 integration with IBM Sametime v8.5.2 IFR1 References IBM Redbooks: Creating Integrated Web Experience with IBM Lotus collaboration softw 3 © 2012 IBM Corporation
  • 4. Integration 4 © 2012 IBM Corporation
  • 5. Integrating Connections with Sametime Sametime Awareness via the Sametime Client Sametime Awareness via the Sametime Server 5 © 2012 IBM Corporation
  • 6. Sametime Awareness through the Sametime Client Connects to mini http server in Connect client Client must be 8.0.2 or above Browser connects over http to the local client listening on 59449 Presence awareness can be retrieved over SSL for: Sametime 8.5 or later standalone client Notes 8.5.1 or later embedded client User must be logged into Sametime from the same machine where they access Connections 6 © 2012 IBM Corporation
  • 7. Sametime Awareness through the Sametime Client Open profiles-config.xml and locate the sametimeAwareness element Set enabled to true Set ssl_href port to 59669 if sending traffic over SSL (Sametime 8.5 and above) Check in profiles-config.xml, sync and restart Profiles Awareness shown in users profile and business card Start chat from business card or clicking awareness icon in profile page 7 © 2012 IBM Corporation
  • 8. Sametime Awareness through the Sametime Server Requirements: Profiles application of IBM Connections Domino® Server 8.5 or later Sametime Community Server 8.5.1 or later Sametime Proxy Server 8.5.1 or 8.5.2 ST 8.5.1 proxy server environments cannot be set up with SSO: Tivoli® Access Manager, Computer Associates' SiteMinder, or Windows™ desktop. ST 8.5.2 environments supports SSO with any security proxies that are supported by both Sametime and IBM Connections. IBM Sametime Community Server 8.5.1 environments, must configure server in front of Connections to proxy Sametime requests (IHS, Edge, etc.). Not required with Sametime 8.5.2 IFR1 8 © 2012 IBM Corporation
  • 9. Sametime Awareness through the Sametime Server Settings to use Connect Client when available Enable Sametime Connect Client WEB APIs Check status - http://localhost:59449/stwebapi/listservices Required Sametime Connect Client WEB APIs LoggedIn, mystatus, setstatus, rename, announce, startmeeting, chat, call Enable by adding the following to Sametime Connect Client plugin_customization.ini file ADD com.ibm.collaboration.realtime.webapi/<place API name here>Enabled=true Or to enable all Web Apis ADD com.ibm.collaboration.realtime.webapi/enableAllWebApisOverride=true 9 © 2012 IBM Corporation
  • 10. Configuring Single Sign-On Prerequisites for Single Sign-On Common DNS domain Common realm name Time synchronisation Export LTPA Key for WebSphere Import LTPA Key into Domino Enable multi server session authentication Restart HTTP http://www-10.lotus.com/ldd/lcwiki.nsf/dx/5._Implement_and_test_single_sign-on 10 © 2012 IBM Corporation
  • 11. Testing SSO between Connections and Sametime Always verify SSO in both directions Log in to IBM Connections – http://<connections-server>/homepage Verify same user is logged in to Sametime – http://<sametime-server>/stwebclient/popup.jsp Clear cookies Try the reverse Log in to Sametime Verify user is logged into Connections 11 © 2012 IBM Corporation
  • 12. Configure the IBM HTTP Server for ST 8.5.1 and earlier Not required with 8.5.2 IFR1 Configure IHS in front of Connections to act as a proxy server for awareness and chat between the client and STProxy server Configurations steps: Open IHS httpd.conf Uncomment the following modules: LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_connect_module modules/mod_proxy_connect.so LoadModule proxy_http_module modules/mod_proxy_http.so Add the following to the end of the conf file (they may already exist) LoadModule was_ap22_module "<PATH_TO_IHS_PLUGINS>bin32bitsmod_was_ap22_http.dll" WebSpherePluginConfig "<PATH_TO_IHS_PLUGINS>configwebserver1plugin-cfg.xml" Add these proxy rules above WebSpherePluginConfig ProxyPass /stwebclient http://<stproxy-hostname>:<port>/stwebclient ProxyPass /stwebapi http://<stproxy-hostname>:<port>/stwebapi ProxyPass /stbaseapi http://<stproxy-hostname>:<port>/stbaseapi ProxyPassReverse /stwebclient http://<stproxy-hostname>:<port>/stwebclient ProxyPassReverse /stwebapi http://<stproxy-hostname>:<port>/stwebapi ProxyPassReverse /stbaseapi http://<stproxy-hostname>:<port>/stbaseapi ProxyPassReverseCookieDomain http://<stproxy-hostname>:<port> ibm.com ProxyPassReverseCookiePath / / Save and close httpd.conf Restart IHS 12 © 2012 IBM Corporation
  • 13. Enable Connections configuration with STProxy Check out uiextension-config.xml and edit Enable the global.pageRendering and lc.IMAwareness extensions Enable isConnectClient to use Connect client when available Set the lconnProxySvcUrl and lconnProxySvcUrlSSL parameters with the hostname of the Sametime Server (requires 8.5.2 IFR1) Save and check in uiextensions-config.xml Update the value of the version stamp to force users' browsers to pick up this change Sync nodes and restart server 13 © 2012 IBM Corporation
  • 14. Test awareness and chat in Connections Log in to Connections Sametime widget displayed at the bottom right corner of the browser Change Sametime status Disconnect from Sametime Launch Sametime web client View a users profile to check their Sametime status Load a users business card anywhere in Connections to view their status or launch chat 14 © 2012 IBM Corporation
  • 15. Sametime Integration Resources IBM Connections Product Documentation: Adding Sametime awareness though the Sametime client Adding Sametime awareness through the Sametime server IBM Redbooks: Creating Integrated Web Experience with IBM Lotus collaboratio Includes Portal, Connections, Sametime, and Quickr Domino integration steps 15 © 2012 IBM Corporation
  • 16. Plugins 16 © 2012 IBM Corporation
  • 17. IBM Connections 3.0.1.1 Plug-in for IBM Sametime Download from catalogue on Greenhouse Using the IBM Connections Plug-in for Lotus Sametime 17 © 2012 IBM Corporation
  • 18. Thank You For Your Time bberming@ie.ibm.com @brianbermingham 18 © 2012 IBM Corporation