Skip to main content link. Accesskey S
  • Log In
  • Help
  • IBM Logo
  • Lotus Quickr wiki
  • All Wikis
  • All Forums
  • Home
  • Product Documentation
  • Community Articles
  • Learning Center
  • IBM Redbooks
Community Articles Product Documentation Learning Center IBM Redbooks This category Lotus Quickr 8.5 for WebSphere Portal Documentation Lotus Quickr 8.5.1 for Domino Documentation Lotus Quickr Connectors 8.5 Documentation Custom Search Scope...
Search
Community Articles > Lotus Quickr for Domino > Best practices: Quickr for Domino > Integrate Lotus Quickr service 8.5 for Domino and IBM FileNet Services for Lotus Quickr with SPNEGO/Kerberos
  • New Article
  • Share Show Menu▼
  • Subscribe Show Menu▼

About the Original Author

IBM contributorChao Feng Yang
Contribution Summary:
  • Articles authored: 3
  • Articles edited: 0
  • Comments Posted: 1

Recent articles by this author

Integrate Lotus Quickr service 8.5 for Domino and IBM FileNet Services for Lotus Quickr with SPNEGO/Kerberos

The SPNEGO SSO supported Quickr8.5 and ECM P8 Server, this document will introduce how to deploy Lotus Quickr Domino 8.5 integrated with ECM P8 Server in the SPNEGO SSO environment.

Integrate Lotus Quickr service 8.5 for Domino and IBM FileNet Services for Lotus Quickr with CA Siteminder

The CA SiteMider SSO supported Quickr8.5 and ECM P8 Server, this document will introduce how to deploy Lotus Quickr Domino 8.5 integrated with ECM P8 Server in the SiteMinder SSO environment.

Integrate Lotus Quickr service 8.5 for Domino and IBM FileNet Services for Lotus Quickr with Tivoli Access Manager and WebSEAL

Guide on how to integrate Lotus Quickr service 8.5 for Domino and IBM FileNet Services for Lotus Quickr with Tivoli Access Manager and WebSEAL

Community articleIntegrate Lotus Quickr service 8.5 for Domino and IBM FileNet Services for Lotus Quickr with SPNEGO/Kerberos

Added by IBM contributor Chao Feng Yang | Edited by IBM contributor Jian Jiao on November 29, 2010 | Version 10
  • Edit
  • More Actions Show Menu▼
Rate this article 1 starsRate this article 2 starsRate this article 3 starsRate this article 4 starsRate this article 5 stars
expanded Abstract
collapsed Abstract
The SPNEGO SSO supported Quickr8.5 and ECM P8 Server, this document will introduce how to deploy Lotus Quickr Domino 8.5 integrated with ECM P8 Server in the SPNEGO SSO environment.
Tags: SPNEGO, SSO, Quickr, 8.5, FileNet, P8, ECM
1. Configuring the SPNEGO for Quickr 8.5, please refer to this link:
http://www-10.lotus.com/ldd/lqwiki.nsf/dx/SPNEGO_SSO_Deployment_in_Lotus_Quickr_8.5_Services_for_Lotus_Domino
2. Configuring the SPNEGO for ECM P8 Server, please refer to this link:
http://www-01.ibm.com/support/docview.wss?rs=3273&uid=swg27018983
3. Integrated the Quickr 8.5 Server with P8 Server.
  • Make sure Quickr 8.5 and P8 using the same system time and the same AD domain.
  • Import the P8 SSO key into Quickr's Web SSO configuration on Quickr Domino Server

Perform the following steps to enable single sign-on between P8 and the Lotus Quickr server:
a. From the WebSphere Application Server Administrative Console(for P8 this Application server is FileNet Quickr Services), click Security>Global Security>Authentication Mechanisms and then select LTPA.
b. Click Single signon (SSO). Specify the Domain name and then click OK.
c. Generate the LTPA key. Specify a password and the file path where the key will be exported and then export the key.

d. Copy the SSO key to Quickr Server

e. Import the P8 SSO key into Quickr's Web SSO configuration on Quickr Domino Server

  • Open the Quickr from Notes Administrator.
  • Go to Configuration > Web... > View Current Configurations.
  • Click "Create Web SSO Configuration"
  • Click "Keys"> "Import Websphere LTPA Keys"
  • Enter the path of LTPA key and click "OK", and then the password, and "OK"
  • Enable the Windows single sign-on, and Map names.

the configuration should be like this:
  • Edit the qpconfig.xml and inotes proxy, following this doc
 <ecm_integration enabled="true">
		<target_server>
			http://ecmserver.cn.ibm.com:9080
		</target_server>
			
		<target_library>
			/cmRoot/defaultApp/defaultLib
		</target_library>
		
	    <target_folder>
			/Test/
		</target_folder>
		
		<publish_type>
			copy
		</publish_type>
		
		<allow_host_edit enabled ="false">
		</allow_host_edit>
		
		<force_defaultPublish_location enabled ="false">
		</force_defaultPublish_location >
		
		<force_default_operation enabled = "false">
		</force_default_operation>
		<metaDataMapping>
			<form_4CF46B0FFCD3EE67482576E7003D0266 formName="MappingTestG">
				<mappingInfo docType="CM_Briefing">
				</mappingInfo>
			</form_4CF46B0FFCD3EE67482576E7003D0266>
		</metaDataMapping>
		<ECM_Search_Target name="p8" url="http://ecmserver.cn.ibm.com:9080"/>
	</ecm_integration> 

  • Configure the inotes proxy configuration on Quickr Server:
a. Open Quickr server Names.nsf from your Domino Administration client. You will be creating a policy document for every subdomain in your domain name. For example, if your domain is mul.ie.ibm.com, you will be creating 4 policy documents. In the example below, we assume that the domain name is cn.ibm.com:


b. Create a policy, and select the "Police type" to "Organizational", "Policy name" is "*/ibm", save this policy.



c. Create a policy, and select the "Police type" to "Organizational", "Policy name" is "*/cn", save this policy.
d. Create a policy, and select the "Police type" to "Organizational", "Policy name" is "*/com", save this policy, this following your domain, if you use the dublin.ibm.com, you also need add the */dublin in here.
e. Create a security document and named "security" and configure the "Proxies" tab.
  • Click the Create... link from the Policies section, then select the "Settings" radio button, select the "Security" option.
  • Input the Secuity Settings Name, for example: "security"
  • Select the Proxies tab

  • Edit list, add your ECM server white-list.
context= /xsp/proxy/BasicProxy/
url=http://ecmserver.cn.ibm.com:9080/
actions=GET,POST,HEAD,PUT,DELETE
cookies=*
headers=*
mime-types=*


  • Set the "Security" field of the Policy documents created above to use the newly created Security document. In this example, we are using a Security document called "security"

  • Save all and restart the server.

  • Edit
  • More Actions Show Menu▼


expanded Attachments (0)
collapsed Attachments (0)
Edit the article to add or modify attachments.
expanded Versions (10)
collapsed Versions (10)
Version Comparison     
VersionDateChanged by              Summary of changes
This version (10)Nov 29, 2010 12:47:22 AMJian Jiao  IBM contributor
9Nov 29, 2010 12:44:20 AMJian Jiao  IBM contributor
8Nov 29, 2010 12:34:40 AMJian Jiao  IBM contributor
7Nov 29, 2010 12:31:06 AMJian Jiao  IBM contributor
5Nov 29, 2010 12:24:30 AMJian Jiao  IBM contributor
4Nov 29, 2010 12:15:20 AMJian Jiao  IBM contributor
3Nov 28, 2010 10:27:04 PMJian Jiao  IBM contributor
2Nov 28, 2010 10:17:29 PMJian Jiao  IBM contributor
1Nov 25, 2010 1:33:42 AMChao Feng Yang  IBM contributor
1Nov 28, 2010 10:04:50 PMJian Jiao  IBM contributor
expanded Comments (0)
collapsed Comments (0)
Copy and paste this wiki markup to link to this article from another article in this wiki.
Go ElsewhereStay ConnectedHelpAbout
  • IBM Collaboration Solutions wikis
  • IBM developerWorks
  • IBM Software support
  • Twitter LinkIBMSocialBizUX on Twitter
  • FacebookIBMSocialBizUX on Facebook
  • ForumsLotus product forums
  • BlogsIBM Social Business UX Blog
  • Community LinkIBM Collaboration Solutions
  • Wiki Help
  • Forgot user name/password
  • Wiki design feedback
  • Content feedback
  • About the wiki
  • About IBM
  • Privacy
  • Accessibility
  • IBM Terms of use
  • Wiki terms of use