Page 1 of 1
ABOUT TM1WEB SSO
Posted: Fri Nov 19, 2010 6:25 am
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!

Re: ABOUT TM1WEB SSO
Posted: Fri Nov 19, 2010 10:25 am
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
Re: ABOUT TM1WEB SSO
Posted: Sun Nov 21, 2010 7:10 am
by keigo840413
yes,exactly, i want to remove this page, and just use the Cognos Integrated login page, what can i do?
Thank you!
Re: ABOUT TM1WEB SSO
Posted: Tue Nov 23, 2010 6:44 am
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
Re: ABOUT TM1WEB SSO
Posted: Mon Dec 06, 2010 12:41 pm
by keigo840413
Thanks,i have resolved the issue
