Configuring Pulse with CAM Security and Windows SSO
Configuring Pulse with CAM Security and Windows SSO
This article describes how to configure Pulse to use both CAM (Cognos Access Manager) security for TM1 connectivity and Windows Single Sign-On (SSO) for Pulse login simultaneously.
Overview
In this combined configuration:
Windows SSO handles how users log in to the Pulse web client. Users are automatically authenticated via their Windows domain account — no separate Pulse password is needed.
CAM security handles how Pulse authenticates against TM1 instances that use IBM Cognos Access Manager.
Prerequisites
Pulse configured and running with Windows Authentication enabled.
IBM Cognos BI 10.1 or later configured with an authentication provider (e.g. Active Directory).
TM1 instances configured to use CAM security.
Users have matching accounts in both Windows Active Directory and the TM1/CAM namespace.
Configuration Steps
Step 1 — Enable Windows Authentication in Pulse.cfg
Stop the Pulse Application Server service.
Open
conf/Pulse.cfgand set the following:
[Password]
WindowsAuthentication = trueSave and restart the Pulse Application Server.
Step 2 — Configure the Cognos Dispatcher
Log in to Pulse as an Admin (using the admin account before SSO takes over).
Go to Administration → Configuration.
Enter the Cognos Dispatcher URL in the appropriate field (e.g.
http://cognosserver:9300/p2pd/servlet/dispatch).Click Save.
Step 3 — Create Pulse Users with CAM Namespace
For each user who will access TM1 via CAM through Pulse:
Go to Administration → Users.
Create or edit a user account.
Set the CAM Namespace field to the correct namespace (e.g.
LDAPorAD).Set the User Name to match the username as it appears in the CAM namespace.
When Windows SSO is active, Pulse automatically creates users on first login with a username in the format DOMAIN\username. You may need to update these auto-created users to include the correct CAM namespace.
Step 4 — Verify the Configuration
Close all browser windows (to clear cookies).
Open the Pulse URL in a new browser window.
Pulse should automatically log you in using your Windows credentials.
Navigate to a TM1 instance — Pulse should authenticate to TM1 using the CAM namespace configured for your user.
Troubleshooting
Issue | Resolution |
|---|---|
Pulse logs you in but cannot connect to TM1 | Check the CAM Namespace on the user account |
Windows SSO does not trigger | Clear browser cookies and try in a fresh browser window |
CAM authentication fails | Verify Cognos Dispatcher URL is reachable from the Pulse server |