SiteMinder Use Case: Single Sign-On to Openspace and Workspace
If the user has signed on to TIBCO Openspace, they can also use TIBCO Workspace without having to sign on again. The opposite applies too: if the user has signed on to Workspace, they can also use Openspace without having to sign on again.
Prerequisites
- The user is in an LDAP directory that is accessible by SiteMinder and ActiveMatrix BPM via Shared Resources.
- Openspace's
config.properties file contains the following setting:
authenticate=0, which means that the Openspace sign-on screen is not displayed if the user is already authenticated
- Workspace's
config.xml file contains the following setting:
<record jsxid="authenticationMode" mode="useSessionByDefault">, which means that the Workspace sign-on screen is not displayed if the user is already authenticated
Procedure
- The user accesses Openspace.
- Openspace looks for a SiteMinder session cookie, SMSESSION, for the user's browser session.
- Openspace cannot find an SMSESSION cookie, so it displays the Openspace sign-on screen.
- The user provides their credentials.
- Openspace passes the credentials to SiteMinder.
- SiteMinder authenticates the user and creates an SMSESSION cookie for the user's browser session.
- Openspace grants access to the user.
- From the same browser session, the user accesses Workspace.
- Workspace looks for an SMSESSION cookie for the user's browser session.
- Workspace finds an SMSESSION cookie, so it grants access to the user, without displaying the Workspace sign-on screen.
Copyright © Cloud Software Group, Inc. All rights reserved.