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     How to get "Domain and Userid" from XP into WFS ????

Read-Only Read-Only Topic
Go
Search
Notify
Tools
How to get "Domain and Userid" from XP into WFS ????
 Login/Join
 
<schulzhj>
posted
Hey Colleagues,
does anyone know, how to get Domain and Userid info from Windows 2000 and XP into WFS ?

We use Oracle Portal 10g Eeker with Single Sign on.
The user log's on to the Portal via "Standard Oracle Portlet" (variables: ooasuser and password, but these variable's cannot be accessed ?!)

My idea is to use a TECH user for WFS and when I'm in WFS, to call SOMETHING Confused Confused ????

To come to the correct signed on user.
I cannot pass IBIC_user and IBIC_pass, also LDAP is not productive yet.

Does anyone has an idea or an Javascript or an User written Subroutine for that ?

Thanks Achim
 
Report This Post
Guru
posted Hide Post
This may help with part of your queston....
This code should return the User ID;

-SET &USERID = GETUSER(USERID);
-TYPE User ID is: &USERID
 
Posts: 428 | Location: Springfield, MA | Registered: May 07, 2003Report This Post
Virtuoso
posted Hide Post
Hans,

Typically, SSO type environments pass the now trusted user id via a http header variable. If this is the case, you can issue a call from within the site.wfs to get that header, and then pass it to WebFOCUS as an ampher varialbe. Something like this:

httpheader=auth_header
wfsvar=AUTH_ID
<call> CopyHTTPHeaderToWFVar(httpheader,wfsvar)
<set>AUTH_ID(pass)

In the above, "auth_header" is the http header variable name, and &AUTH_ID would be set to the SSO user for any WF requests.

Check out "WebFOCUS 53 Security and Aministration" document for more info.
 
Posts: 1102 | Location: Toronto, Ontario | Registered: May 26, 2004Report This Post
Member
posted Hide Post
Here is the code that I m using in site.wfs but could not work out

_httpheader=userid
_wfsvar=AUTH_ID
CopyHTTPHeaderToWFVar (_httpheader,_wfsvar)
AUTH_ID(pass)

userid is available in HTTP header from Siteminder.
Can you suggest what might be wrong?
Is there any way i can read httpheader in my fex file
 
Posts: 19 | Registered: August 29, 2007Report This Post
Member
posted Hide Post
Achim,
The WebFOCUS Client can retrieve the HTTP Header variable &REMOTE_USER. In Windown it also creates a &WF_REMOTE_USER variable which contains the domain\userid for the user.
This can be passed to the WFS fairly easily.
First you have to enable your web/app tier to set &REMOTE_USER.
Then you'd need to add the following code to our WFS script files (site.wfs).
domuser=&WF_REMOTE_USER
domuser(pass)

If you search techsupport.ibi.com for &WF_REMOTE_USER you'll find much more on this variable.
Doug


I support multiple Information Builders customers across platforms with very varied configurations.
 
Posts: 10 | Registered: December 18, 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     How to get &quot;Domain and Userid&quot; from XP into WFS ????

Copyright © 1996-2020 Information Builders