Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
iportal automatic login
jollt
<p>Hello,</p>
<p> </p>
<p>I need to implement for my users an automatic login to iportal</p>
<p> </p>
<p>The connection page is : my_application:8700/iportal/login.do</p>
<p>If the user fill in the user_name field (no password), the login succeed and the generated url is :</p>
<p> </p>
<p>my_application/iportal/apps/NM_V2/?user_id=user_login_name&__vp=Default%20Volume&volume=Default%20Volume&__newWindow=false</p>
<p> </p>
<p> </p>
<p>So I generate this url on my application, with the correct user_login_name, and put it on a <a href></p>
<p>But when I click on the link, the login do not work and I am redirected to the login page</p>
<p> </p>
<p> </p>
<p>Does anybody know the correct procedure for an automatic login?</p>
<p> </p>
<p>By advance, thank you</p>
<p> </p>
<p>Jérôme</p>
Find more posts tagged with
Comments
Clement Wong
<p>It's "userid" without the underscore.</p>
<p> </p>
<p>Is there a password? If so, the variable name would be "password" where "&password=someValue".</p>
jollt
<p>Hello,</p>
<p>thanks for your answer.</p>
<p>It still not working with userid, with or without password.</p>
<p> </p>
<p>regards</p>
Clement Wong
<p>As a test, can you try with the default sample application such as City Taxi:</p>
<pre class="_prettyXprint">
http://yourihubserver:8700/iportal/apps/City%20Taxi/?userid=administrator&password=yourpassword</pre>
<p><em>Replace <strong>yourihubserver </strong>and <strong>yourpassword </strong>values.</em></p>
<p> </p>
<p>If that is not working, please contact your local support center (<a data-ipb='nomediaparse' href='
http://www.actuate.com/resources/support/global-support-centers/'>http://www.actuate.com/resources/support/global-support-centers/</a>)
so that they can assist you further and troubleshoot your environment more efficiently than through the forums.</p>