ABOUT TM1WEB SSO

Post Reply
keigo840413
Posts: 15
Joined: Wed Oct 13, 2010 6:09 am
OLAP Product: COGNOS
Version: 9.4
Excel Version: 2003

ABOUT TM1WEB SSO

Post by keigo840413 »

Hi All,
With your help, i have successfully configured the TM1 web authentication with cognos 8 server.
But when i login the it will first go to the TM1 login page, after i click the login button then it will direct
to the Cognos Server Login page.
Can i configured to remove the first login page?

Thank you! :D
Martin Erlmoser
Community Contributor
Posts: 125
Joined: Wed May 28, 2008 1:22 pm
OLAP Product: TM1, Cognos Express,..
Version: 9.1.4 FP1
Excel Version: 2010
Location: Vienna
Contact:

Re: ABOUT TM1WEB SSO

Post by Martin Erlmoser »

is the first login page the "tm1web default login page" where you can maybe choose adminserver, tm1server, user & pass? (except if you preconfigured these parameters in web.config)
screenshot could be helpful
keigo840413
Posts: 15
Joined: Wed Oct 13, 2010 6:09 am
OLAP Product: COGNOS
Version: 9.4
Excel Version: 2003

Re: ABOUT TM1WEB SSO

Post by keigo840413 »

yes,exactly, i want to remove this page, and just use the Cognos Integrated login page, what can i do?
Thank you!
Martin Erlmoser
Community Contributor
Posts: 125
Joined: Wed May 28, 2008 1:22 pm
OLAP Product: TM1, Cognos Express,..
Version: 9.1.4 FP1
Excel Version: 2010
Location: Vienna
Contact:

Re: ABOUT TM1WEB SSO

Post by Martin Erlmoser »

if everything else is correct configured you maybe only have to configure

<!-- If set, users will not be asked to enter Admin Host during login. -->
<add key="AdminHostName" value="" />
<!-- If set, users will not be asked to select a TM1 Server to connect to during login. -->
<add key="TM1ServerName" value="" />

which can be found in the web.config in the wwwroot\tm1web folder with your settings.
If its blank you will see the tm1web login page even if you use a correct configured CAM environment (which comes straight out of hell)

so just fill in you adminhostname and tm1servername

if this is not the problem you really could post your web.config and maybe a screenshot of the problem


*edit: delayed answer.. have to find my 9.5.1 - bi test environment (which comes straight out of hell)
how ever, in my case i could reproduce your issue, maybe
keigo840413
Posts: 15
Joined: Wed Oct 13, 2010 6:09 am
OLAP Product: COGNOS
Version: 9.4
Excel Version: 2003

Re: ABOUT TM1WEB SSO

Post by keigo840413 »

Thanks,i have resolved the issue :D
Post Reply