This section describes the steps that are required to enable single-sign-on (SSO) between IBM Connections and WebSphere Portal when they are on different WebSphere Application Server cells. Applications that are deployed on servers within the same WebSphere Application Server cell are enabled for SSO by default.
To allow SSO between IBM Connections and WebSphere Portal, complete the following steps: 1. On the server where IBM Connections is installed, enable SSO:
a. Log in to the WebSphere Application Server Integrated Solutions Console as an administrator, expand Security -> Global security.
b. Expand Web and SIP security and then click Single sign-on (SSO).
c. Enter the domain name.
2. On IBM Connections deployment manager node, complete the following steps:Note: Ensure that the domain name you enter is valid: On the node where WebSphere Portal is installed, log in to the WebSphere Application Server Integrated Solutions Console as an administrator, clickSecurity -> Global security -> Web and SIP security -> Single sign-on (SSO) and verify that the domain name is present. If not, repeat this step for WebSphere Portal as well.
a. Log in to the WebSphere Application Server Integrated Solutions Console as an administrator.
3. On the node where WebSphere Portal is installed, complete the following steps:b. Click Security -> Global security -> LTPA, and then in the Cross-cell single sign-on section, provide values for the following fields:
Note: Confirm the password.
a. Log in to the WebSphere Application Server Integrated Solutions Console as an administrator and click Security -> Global security -> LTPA.
b. In the General properties section, provide values for the following fields:
Note: Confirm the password. 4. Restart all the nodes. To verify that SSO is configured properly, login to WebSphere Portal with any user which is also a connections user, say user A, and user should be able to login successfully. Once logged in, open the Connections server URL, such as https://connections:9444/blogs, in the same browser window, same user A should be logged in automatically to connections. |
Wednesday, 29 October 2014
Enabling sso between websphere portal and Ibm connections server
Subscribe to:
Post Comments (Atom)
Custom single threaded java server
package com.diffengine.csv; import java.io.*; import java.net.*; import java.util.Date; public class Server { public static void main(Str...
-
You’re given the pointer to the head nodes of two sorted linked lists. The data in both lists will be sorted in ascending order. Change th...
-
Given five positive integers, find the minimum and maximum values that can be calculated by summing exactly four of the five integers. ...
-
Generally speaking, deploying a typical Web application usually consists of deploying a single .ear (or .war) file, first in an integratio...
No comments:
Post a Comment