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.
I have an application that uses Active Directory for authentication. The application invokes some HTML pages that are created by using WebFocus HTML painter. That HTML pages invokes some WebFocus reports.
The problem is that when the HTML pages invokes the report, WebFocus requires an user authentication. Since the user has been already authenticated by the application I want to skip the WebFocus authentication.
Then you need to either turn security off in your reporting server, have a default id set up in the WF client, or pass the IBIC_user and IBIC_pass variables with the AD credentials.
I do not want to disable the security of the server.
How can I pass that IBIC_user and IBIC_pass variables and where I should set them(in the application \ in the HTML files created by the HTML layout painter)
All day I am reading this document and i am getting confused.... If it is possible to describe a little more about this ibic_ variables.
In the HTML source of the pages I saw that there is a tag where there are some ibic_ variables. I have tried to put the ibic_user and ibic_pass variables in this tab but WebFocus still requires some authentication.