Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [Solved] MRE AUTHATIONENTIC

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[Solved] MRE AUTHATIONENTIC
 Login/Join
 
Guru
posted
Hi,

From our portal i would like to create a link to the MRE login page and pass the credentials the user had supplied when he authenticate to the portal.
Any idea on how to accomplish?

Thanks in advance

This message has been edited. Last edited by: Majid Jeddi,


WebFocus 7.6.5
AND WebLogic server as web server
sql2005 as database server
 
Posts: 273 | Location: Europe | Registered: May 31, 2007Report This Post
Expert
posted Hide Post
A URL like this should do it:

http://server-name/ibi_apps/WFServlet?IBIMR_action=MR_SIGNON&IBIMR_user=userid&IBIMR_pass=password


I would build the URL with Javascript to include the User ID and Password that was previously entered.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Master
posted Hide Post
You might look at the Security Administratrion Manual. There is also a WebFOCUS Add-on called Open Portal Services that might be of interest.




Scott

 
Posts: 865 | Registered: May 24, 2004Report This Post
Guru
posted Hide Post
Thanks Francis it works.

Thanks TexasStingray for your suggestion
i will try to experement that also.


WebFocus 7.6.5
AND WebLogic server as web server
sql2005 as database server
 
Posts: 273 | Location: Europe | Registered: May 31, 2007Report This Post
Master
posted Hide Post
Just remember you are exposing your self to network spoofing my passing the user id and password via a url.




Scott

 
Posts: 865 | Registered: May 24, 2004Report This Post
Guru
posted Hide Post
Hi TexasSting,

Is there a way to delegate the MRE authentication to SITEMINDER.

I wanted the users :
First to authenticate to the portal.
Second authenticate to MRE from a link without entering again the credentials.

Note: we are using siteminder for authentication on our portal.

Regards.


WebFocus 7.6.5
AND WebLogic server as web server
sql2005 as database server
 
Posts: 273 | Location: Europe | Registered: May 31, 2007Report This Post
Platinum Member
posted Hide Post
Yes, MR Security can be set to Trust one of the HTTP Header variables Siteminder sets.

WF Admin Console -> Configuration -> MR Security Settings -> General

Set Authentication to "External" and choose "TRUSTED".

From the options below, select "Use HTTP Header Variable".

Depending on what release of Siteminder you are using the variable changes slightly. It is usually sm-user, but I've seen SMUSER as well.

To be sure which it is, navigate to the following webpage after going through SiteMinder:

http://WFCLIENT:PORT/ibi_apps/wfsysinf.jsp

You should see all the HTTP Header variables presently set to determine which one your SiteMinder instance is using.

When this is done you can just link to Managed Reporting and the login will happen automatically.


WF 71.x, 76.x, 7701, 8.0 Beta OS: Linux, Win2k3, Win2k, Win2k8, WinXP


 
Posts: 203 | Registered: November 19, 2007Report This Post
Guru
posted Hide Post
quote:
http://WFCLIENT:PORT/ibi_apps/wfsysinf.jsp


Hi Dlogan,

We can choose either Trusted or External.
Is there someting that i missed?

Regards


WebFocus 7.6.5
AND WebLogic server as web server
sql2005 as database server
 
Posts: 273 | Location: Europe | Registered: May 31, 2007Report This Post
Platinum Member
posted Hide Post
I'm sorry, you need to choose "Trusted".

Somehow I had merged the settings in my mind.

You are correct, they are separate.


WF 71.x, 76.x, 7701, 8.0 Beta OS: Linux, Win2k3, Win2k, Win2k8, WinXP


 
Posts: 203 | Registered: November 19, 2007Report This Post
Guru
posted Hide Post
Hi,

No that i finish the siteminder configuration and i enable the siteminder agent, I tryed to connect to the MRE using:
http://hostname/ibi_html/workbnch/logon.htm.
I got directed to our portal to enter my login and password which are correct. Then i got the following message:

Account Information
Your credentials are not valid for http://hostname/ibi_html/workbnch/logon.htm.
Please contact your Security Administrator or Help Desk.

1/ How can I verify the value of the REMOTE_USER variable?
2/ In administration console I use trusted and select use webserver HTTP variable
3/ I have enable the REMOTE_USER on IIS server.

Any idea to solve this issue will be greatly appreciated.

Regards.



Your

This message has been edited. Last edited by: Majid Jeddi,
 
Posts: 273 | Location: Europe | Registered: May 31, 2007Report This Post
Platinum Member
posted Hide Post
You can verify the value of REMOTE_USER or any HTTP Header variable by going to the following page:

/ibi_apps/wfsysinf.jsp

If I'm remembering properly Siteminder typically populates sm-user by default and does note populate REMOTE_USER without a setting change.

I do believed what is needed for REMOTE_USER is outlined in the techmemo though.


WF 71.x, 76.x, 7701, 8.0 Beta OS: Linux, Win2k3, Win2k, Win2k8, WinXP


 
Posts: 203 | Registered: November 19, 2007Report This Post
Guru
posted Hide Post
quote:
http://server-name/ibi_apps/WFServlet?IBIMR_action=MR_SIGNON&IBIMR_user=userid&IBIMR_pass=password


Thanks to everybody. No everything is working as we want.

Regards.


WebFocus 7.6.5
AND WebLogic server as web server
sql2005 as database server
 
Posts: 273 | Location: Europe | Registered: May 31, 2007Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [Solved] MRE AUTHATIONENTIC

Copyright © 1996-2020 Information Builders