Link to home
Start Free TrialLog in
Avatar of mb2009
mb2009

asked on

How to enable Single on for Cognos 8.4 running websphere 6.1 using servlet gateway?

Please provide me documentation for enabling single for Cognos 8.4 running on IBM websphere 6.1 via servlet gateway. The requirement is user to login in web application (jsp/servlet) and click on report link. The link should take to cognos without prompting for userid and password to login in Cognos to run reports
Avatar of SNeupane
SNeupane
Flag of United States of America image

I'm not sure on the websphere side but have you tried single sign on option in Cognos configuration?
Avatar of mb2009
mb2009

ASKER

No. I have not tried.
Okay then try single signon first in Cognos.
Open cognos configuration.
Security
--Authentication
You should have active directory or LDAP authentication source added in addition to Cognos.
Click on the active directory authentication source.
In the properties, click on 'Advanced properties'.
Then click on 'Add'.
For name, add singleSignonOption.
Make sure to enter exactly as case is sensitive.
For value, add IdentityMapping

Click OK, save configuration and restart Cognos services.
Avatar of mb2009

ASKER

Mine is ldap. Same configuration applies .
? The way I tried is configured single sign on using cognos connection and then exported as servletgateway.war file. Deployed the war on the server where cognos is running on other env.
It may not apply to that then.
Here is a portion from cognos administration and security guide.
That document has detailed information on how to configure websphere with cognos:

Enable Single Signon for WebSphere Portal Using the Application Server
The Portal Services portlets can use the Active Credentials objects provided by WebSphere® Portal
to connect to IBM® Cognos® components. Portal Services supports the following Active Credentials
objects: HttpBasicAuth, LtpaToken, SiteMinderToken, and WebSealToken.
Credentials for the portal user are passed to the gateway using this object. For more information
about Active Credential objects, see the documentation for IBM WebSphere Portal.
To use application server single signon, see the documentation for IBM WebSphere Application
Server.
For information about SSL for IBM Cognos components on a WebSphere Application Server, see
the topic about enabling SSL in the application server chapter of the Installation and Configuration
Guide.

ASKER CERTIFIED SOLUTION
Avatar of mb2009
mb2009

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mb2009

ASKER

This worked