Folks,
I need some urgent assistance.
I´ve done a migrantion from BO XI R2 to XI 3.1. I´ve imported all objects, access, etc...
I´ve also configurated IIS & Tomcat (Bridge) to use sso, however everytime that Third part application try to connect in BO using token in URL, I always connect as guest user displaying its documents even send other BO Enterprise user.
Can some advice me, please?
<--Web.xml - InfoView -->
!-- You can specify the default Authentication types here -->
<!-- secEnterprise, secLDAP, secWinAD, secSAPR3 -->
<context-param>
<param-name>authentication.default</param-name>
<param-value>secEnterprise</param-value>
</context-param>
<!-- Set to false to disable Siteminder single sign on. -->
<context-param>
<param-name>siteminder.enabled</param-name>
<param-value>false</param-value>
</context-param>
<!-- Set to true to enable other single sign on. -->
<context-param>
<param-name>sso.enabled</param-name>
<param-value>true</param-value>
</context-param>
<!-- Set to false to disable logon with token. -->
<context-param>
<param-name>logontoken.enabled</param-name>
<param-value>true</param-value>
</context-param>
I´ve added a few minutes and nothing changed after reading some posting... :-(
<context-param>
<param-name>trusted.auth.user.retrieval</param-name>
<param-value>REMOTE_USER</param-value>
</context-param>
I´ll very thankful for any tips.
Regards,
Michel Gomes