cancel
Showing results for 
Search instead for 
Did you mean: 

Setting up Trusted Authentication(SSO)

Former Member
0 Kudos

Hi,

Please inform me about Trusted Authentication of Enterprise authentication.

** The environment is the following.

----------------------------------------------

BI  :Bi4.1_SP5(Windows)

AP :Tomcat(Bundle)

----------------------------------------------

** A setting method hopes for the following.

----------------------------------------------

Delivery of a user name: WEB_SESSION

Delivery of a sharing secret: TrustedPrincipal.conf File

----------------------------------------------

Q:Is global.properties right by following contents?

----------------------------------------------

sso.enabled=true

trusted.auth.user.param=MyUser

trusted.auth.user.retrieval=WEB_SESSION

----------------------------------------------

Regards,

Michiko

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Michiko,

Sorry for asking different question in this discussion thread as the below thread is locked and couldn't reach you to get solution.

we are using BI4.1 SP5 version ... looking for solution to edit logon.firstInstruction and logon.secondInstruction.  Please let me know how did you resolve to edit the text in BI Launchpad. I went through the pdf's and other documents but not mentioned about this.

"Enter your user information and click Log On.

(If you are unsure of your account information, contact your system administrator.)".

Please let me know.

Thanks,

Santhosh

Former Member
0 Kudos

Hi Santhosh,

A logon page of B4.1 couldn't be customized.

pdf material was consulted and following file was edited.
But it couldn't be customized.

logon.firstInstruction and logon.secondInstruction.

I am sorry that I was unable to be of any assistance.

Regards,

Michiko

Former Member
0 Kudos

No Problem. Thanks Michiko for your prompt response.

Thanks,

Santhosh

DayaJha
Active Contributor
0 Kudos

Hi Michiko,

Please refer the below link for SSO configuraion in Windows:

Windows AD

The following Authentication Wiki articles are specific to the Windows AD plug-in

For other authentication please refer blow link.

http://wiki.scn.sap.com/wiki/display/BOBJ/Auth+Support+page

Thanks,

Daya

Former Member
0 Kudos

Hi Daya,

Thank you very much for your answer.

I read material of a link. And SSO in QUERY_STRING succeeded.


There is another question.


I'd like to do SSO in WEB_SESSION.
Please tell me a description method of custom.jsp file.

Regards,

Michiko

former_member205064
Active Contributor
0 Kudos

this should be helpful:-

Former Member
0 Kudos

Thank you for the information you have shared.

I succeeded in SSO in WEB_SESSION.

It's recorded on the following.

<global.properties>

----------------------------------------------

sso.enabled=true

trusted.auth.user.param=UserName

trusted.auth.user.retrieval=WEB_SESSION

trusted.auth.shared.secret=<Character string of "TrustedPrincipal.conf">

----------------------------------------------

<custom.jsp>

----------------------------------------------

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<%@ page language="java" contentType="text/html;charset=utf-8" %>

<%
//custom Java code

request.getSession().setAttribute("UserName","test1");

response.sendRedirect("logon.faces");

%>

----------------------------------------------

Regards,

Michiko

Former Member
0 Kudos

Hi Michiko

When i have tried this i am getting an page error Trust Token failure. URI[/BOE/portal/1509011149/InfoView/logon.faces] Value [] Message[Required SAP BusinessObjects Business Intelligence Platform Trust Token is missing


Can you please send me the files which u have configured

Thx

KK