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.
WebFOCUS Security and Administration Version 7 Release 6.1 and higher > WebFOCUS Administration Console > Securing the WebFOCUS Administration Console.
Even though the documentation is in English, I just don't understand what is being described - it is the bare minimum. I would like some examp0les of what is discussed.
It looks like this documentation was written by a techie with no idea that someone less technical may read it.
quote:
WEB. With this setting, the Web server authenticates users and WebFOCUS uses the value found in REMOTE_USER to determine Console privileges. To have administrative access to the Console, a user ID must be successfully authenticated by the Web server and specified in the ADMINISTRATORS variable. The Web server must be configured to authenticate users and to pass credentials to the WebFOCUS Client in its REMOTE_USER environment variable.
Does this make any sense to anyone? If so, would you care to elaborate?
Thanks,
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
If you select WEB as your authentication method, then WebFOCUS will not actively perform the authentication, but will accept whatever the webserver offers as being a valid user id. For this to be the case, the webserver needs to be configured to perform the active authentication. To have administrative authorization the user id that was provided to webfocus will have to be present in the ADMISITRATORS section of the ibiweb.cfg file, which resides in the webfocus client install directory (for instance C:\ibi\WebFOCUS76\client\wfc\web\cgi).
Hope this is somewhat clearer? If not, could you please indicate what part is not clear to you?
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007
Does this mean that whatever User Id was configured to be the admin User Id for the Web Server (IBM HTTP Server) could be used as the admin User Id for the WF Admin Console? As long as it was put in the ADMINISTRATORS parameter?
Thanks,
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