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     [CLOSED] Integrate Webfocus with our existing application

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Integrate Webfocus with our existing application
 Login/Join
 
Member
posted
Hi,

Can someone help me on how to integrate webfocus with my existing aplication using trusted ticket authentication, tried with documentation but i'm getting 403 when i send token in http request.

::::: Below is my code ::::

$.ajax({
contentType: "text/xml;charset=UTF-8",
// must set the withCredentials option or the WebFOCUS session cookie won't be passed on the redirect to wf_csrf_check.jsp in Cross-Domain scenarios
xhrFields: {
withCredentials: true
},
crossDomain: true,
type: "POST",
url: webfocusHost + '/service/wf_security_trusted.jsp?IBIB_appname=' + trustedAppName + '&IBIB_ticket=' + trustedTicket+'&IBIB_destination= /ibi_apps/welcome' ,
dataType: 'xml',
async: false
})
.error(function(jqXHR, textStatus, errorThrown){
// debugger;
// alert(textStatus);
// loadPages();
})
// trusted ticket signon response includes the CSRF now so no need to call wf_csrf_check.jsp
.success(function(response){
var $result = $(response).find('auth_result>result');
IBI_CSRF_Token_Name = $result.attr('CSRFTokenName');
IBI_CSRF_Token_Value = $result.attr('CSRFTokenValue');
loadPages();
});

This message has been edited. Last edited by: FP Mod Chuck,
 
Posts: 2 | Registered: February 07, 2019Report This Post
Member
posted Hide Post
I tried with method type GET and with out destination.
 
Posts: 2 | Registered: February 07, 2019Report This Post
Virtuoso
posted Hide Post
Praveen

I think you should open a case with techsupport they will probably need some traces to debug this issue.


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats
 
Posts: 2127 | Location: Customer Support | Registered: April 12, 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     [CLOSED] Integrate Webfocus with our existing application

Copyright © 1996-2020 Information Builders