Focal Point
[CLOSED] Unable to access WebFOCUS portal using pre-authentication

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

June 13, 2017, 06:39 AM
yehf
[CLOSED] Unable to access WebFOCUS portal using pre-authentication
WebFocus security and admin 8201 (page 166-168) provides details on how to configure WebFocus client to enable pre-authentication with Web Access Management System.

but after performing all the configuration steps, we manage to test WebFocus portal login using Javascript and adding custom http headers. From the report server logs, we can see that login request is able to reach the backend Report Server with error message like this:

rejected cmrpip000068 u=srvadmin (password failure)

The security document doesn't specify what kind of security provider should be used for SSO integration. In this case, we enable the default PTH (internal) which accepts trusted WebFocus client. The user srvadmin is registered under this security provider.

Kindly advise.

This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS 8.2
Windows Server 2016
PDF, Excel
June 13, 2017, 07:55 AM
MartinY
I have SSO and

On RS :
- Primary Security Providers is LDAP
- Secondary Security Providers is PTH

On Client :
- Authentication_Type and External_Group_type as WFRS
- User_Group_Membership_ExtAuthN and User_Group_Membership_PreAuthN as EXTERNAL
- WFRS_Group_Provider as blank
- WFRS_Service_User is PTH\srvadmin

Maybe this can help


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
June 13, 2017, 11:30 PM
Waz
FYI,

8201's security setup/layout has changed.

Looks very different now.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

June 20, 2017, 02:21 PM
Tamra
The Security model and concepts in WF 8.2 are the same as in WF 8.1. It’s only the Security GUI interface (and parameter names) in WebFOCUS Administration Console that has changed in WF 8201.

For WF 8201 the description of pre-authentication with Web Access Management System (used by member ‘yehf’) is provided in the WF Security document starting on p. 175:

WebFOCUS Administration and Security

The process of configuring pre-authentication is described starting from p. 156 in the same document.
The process of pre-authentication is done before WebFOCUS is accessed, so they should not be using WF Internal Security Provider PTH for pre-authentication. They should be using an External Security Provider, such as LDAP.

The settings provided by ‘MartinY’ above are for External Authentication against LDAP.

Hope this helps.

Thank you for participating in the Focal Point Forum!
Tamra Colangelo
Focal Point Moderator
Information Builders


WebFOCUS 8x - BI Portal, Developer Studio, App Studio, Excel, PDF, Active Formats and HTML5
June 21, 2017, 01:29 PM
dhagen
quote:

The security document doesn't specify what kind of security provider should be used for SSO integration. In this case, we enable the default PTH (internal) which accepts trusted WebFocus client. The user srvadmin is registered under this security provider.


It doesn't matter, you just have to make the connection to the server trusted, and set the server to allow trusted.

quote:

but after performing all the configuration steps, we manage to test WebFocus portal login using Javascript and adding custom http headers.


When you use pre-auth and are expecting a HTTP Header, that header must exist for every interaction to the WFC and not just the login. I'm a little confused how you can manage this by using JS. Can you explain in more detail?


"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott
June 29, 2017, 07:04 AM
yehf
quote:
quote:

but after performing all the configuration steps, we manage to test WebFocus portal login using Javascript and adding custom http headers.


When you use pre-auth and are expecting a HTTP Header, that header must exist for every interaction to the WFC and not just the login. I'm a little confused how you can manage this by using JS. Can you explain in more detail?



There is no SSO server setup in dev environment. So we have to find way to test out pre-auth approach. In the end, we use the chrome plugin Modify Header Value (HTTP Headers) to set the HTTP header value and then send requests to WebFocus.


WebFOCUS 8.2
Windows Server 2016
PDF, Excel