Focal Point
How do end users access the business intelligence portal?

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

August 29, 2013, 02:30 PM
Kowens
How do end users access the business intelligence portal?
How do users generally access the portal? They don't directly put in a URL to the WebFOCUS reporting server, do they? Can anything authenticate them on IIS and launch BIP passing in the credentials?

Just curious....


Version: 8.0.0.6
Windows platform
All output formats will probably be used.
September 03, 2013, 09:40 AM
J
In 7.7.03 BID there is a url we use inside of a frame allowing us to pass credentials allowing single signon functionality. I don't know if this exists for BIP.


WebFOCUS 7.7.03/8.0.08
Dev Studio 7.7.03/8.0.08
App Studio 8.0.08
Windows 7
ALL Outputs
September 03, 2013, 03:21 PM
Doug
https://this.that.com/ibi_apps/bid-login?
September 03, 2013, 03:43 PM
J
Thanks Doug, that url does not pass the username and password however. The users would have to signin again if they used that link.

Kowens wants to
quote:
authenticate them on IIS and launch BIP passing in the credentials?
and not have them sign in again.

There is a way to do this with dashboards:

/ibi_apps/Controller?WORP_REQUEST_TYPE=WORP_GBV_VERIFY&groupName=public&WORP_USER=myusername&WORP_MPV=ae_gbv&WORP_PASS=mypassword&

Is there something similar with portals?


WebFOCUS 7.7.03/8.0.08
Dev Studio 7.7.03/8.0.08
App Studio 8.0.08
Windows 7
ALL Outputs
September 05, 2013, 01:22 AM
StuBouyer
You probably want to look at either Pre-Authentication as per the instructions in the WebFOCUS 8 Security manual - Chapter 8. Authentication -> Configuring Pre-Authentication

This seems to meet you requirements of IIS authentication.

Alternatively you could possibly log in with the new RESTful API - have a look at the RESTful Web Services manual

Cheers

Stuart


WebFOCUS 8.2.03 (8.2.06 in testing)