Focal Point
[CLOSED] SSO authentication for my WF 8 Portal dashboard

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/4937059276

October 04, 2014, 11:08 AM
Poongs
[CLOSED] SSO authentication for my WF 8 Portal dashboard
I need to set a common id or group id for a set of users and I need to allow them based on common/group id to see Webfocus Portal.
Say example I have 100 set users and all of them have access to one of the Portal Dashboard called Market Dashboard.
I create a common id called "mktuser" and authentication & entitlement to see this dashboard for those 100 users have already been done my application .
So my user will login with their own/individual id to my application and my entitlement model will assign an id (mktuser")
if they have entitled to see Market dashboard . There is a link to launch WF Portal in my application , from there my user
have to redirected to Portal Dash without prompting for username/password.

I did search lot in forum and Webfocus Security administration document , but still I could not figure out correct method to follow ?
Can someone give some higher level idea ?

This message has been edited. Last edited by: <Kathryn Henning>,


WF8103 -UNIX,HTML,EXCEL,PDF.
October 06, 2014, 01:28 AM
Ram Prasad E
Poongs,

You may need to deploy custom java servlet filter. More details available in Security and Administration manual.

Thanks,
Ram


WebFOCUS 8.1.05
Windows
http://ibiwebfocus.wordpress.com
https://www.facebook.com/groups/ibi.webfocus/
October 06, 2014, 07:38 PM
StuBouyer
A probably easier to manage way would be to pass the real user ID through and instead create a group called "mktuser" or "mktusers" and give this group permissions for the Marketting Dashboard.

If you really want to use a single user ID then you can pass that ID from your appliction using HTML header or variable (REMOTE_USER would be easiest) - You will need to follow the instructions in the Security Manual in the Chapter "Configuring Managed Reporting for Trusted or External Authentication" for setting your Authentication to "Trusted"

Cheers

Stu


WebFOCUS 8.2.03 (8.2.06 in testing)
October 07, 2014, 12:02 AM
Poongs
Thanks Ram and Stu - I Will try to deploy a custom servlet filter to add custom HTTP header variable and follow the "Configuring Managed Reporting for Trusted or External Authentication".


WF8103 -UNIX,HTML,EXCEL,PDF.