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     User Authentication and security

Read-Only Read-Only Topic
Go
Search
Notify
Tools
User Authentication and security
 Login/Join
 
<Vany>
posted
Is there a way in web focus so that i could validate a user (basically looking for Windows NT authentication).And also i need to provide menu access based on the looged in user. Any pointers please. I have Webfocus 5.2.3.version.
 
Report This Post
<WFUser>
posted
Both answer depand on how you are running WebFOCUS. Is this a self-service application, or are you using Managed Reporting? What release?
 
Report This Post
<Vany>
posted
Its a Self Service Reporting and Managed Reporting
 
Report This Post
<Vany>
posted
Sorry I missed a 'Not' there. we r not using 'Managed Reporting'.
 
Report This Post
Master
posted Hide Post
Vany,

If your WebFOCUS Reporting Server is running with security on, You can prompt the user for an ID (IBIC_user) and a password (IBIC_pass) and have a hidden variable call IBIWF_action with the value of WF_SIGNON this will authenticate the ID & PASS word to WebFOCUS Reporting Server and then Create Session level cookies and pass those cookies to each subsequent call to the reporting server. In your focexec you can call the function GETUSER to get the ID of the in individual that is running the FOCEXEC.

-SET &&USERID = GETUSER('A32');
-TYPE &&USER

look at /ibi_html/wfsignon.html it is a good example of how to do this try it with a bad password and then a good password.
 
Posts: 865 | Registered: May 24, 2004Report This Post
<WFUser>
posted
That's correct. The WFSignon page will do the authentication. As far as the menus go, you're on your own with a self service application. You might want to look into purchasing UAS. It's seat-based licensing but it has the menu trees built into dashboard and when you consider how much it will cost to build it yourself, it may be worth it.
 
Report This Post
<Vany>
posted
I tried using the WFSignon page.
When i tried to run this it is throwing an error saying " WebFocus was called with an invalid request"
Error message : No valid cgi request to process.

Could u please help..
 
Report This Post
<Thiru>
posted
If security is on for the reporting server, please try the following:

-SET &USR1 = GETUSER('A8');
-TYPE &USR1
 
Report This Post
Member
posted Hide Post
Hello,

I'm trying to do the same thing Vany was trying to do (Authenticate against NT logins). I have the user id portion working, but is it possible to pull the password? We've had a very interesting discussion around the office, and we're bringing it to you guys to settle.

If it is possible we would like to know how.

Thanks for all your help.
 
Posts: 15 | Location: Atlanta | Registered: July 19, 2005Report 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     User Authentication and security

Copyright © 1996-2020 Information Builders