WebFOCUS Client Repository and Authorization Security Enhancements

In this section:

The WebFOCUS Client repository and authorization security model expands and generalizes the access to Managed Reporting (MR) and Business Intelligence assets.


Top of page

x
Kerberos stripDomainSuffix

Generally, Kerberos appends the Windows Domain of the user to the user ID passed to WebFOCUS, in the format userID@domain.com. As of Release 8.0 Version 09, by default, WebFOCUS strips the domain from the value, leaving just the user ID. The user ID is then used to complete the sign-in process. To append the domain, change the stripDomainSuffix setting to false in the kerberosPreference section of the securitysettings.xml file.

For more information, see the WebFOCUS Security and Administration manual.


Top of page

x
Confirmation Message When Moving Folders

As of Release 8.0 Version 09, you can set the IBI_Move_Confirmation_Message parameter to specify whether WebFOCUS will request confirmation when a user moves a folder using a drag-and-drop operation. The default value is False.

For more information, see the WebFOCUS Security and Administration manual.


Top of page

x
Resource Templates

To help organizations become productive more quickly, WebFOCUS includes resource templates. These templates create folders, portals, groups, roles, server application directories, and security rules to help enterprise and SaaS providers launch new departments or customers. You can also develop your own custom resource templates. For more information, see the Security and Administration manual.


Top of page

x
Security Zones

Using security zones, you can authenticate users with different methods based on their network location. For more information, see the Authentication chapter in the Security and Administration manual.


Top of page

x
Remember Me

Administrators can configure an option so users can bypass the sign in page. For more information, see the Authentication chapter in the Security and Administration manual.


Top of page

x
Enhanced Configuration for Trusted Connections

Using the WebFOCUS Administration Console, you can configure a trusted connection to the Reporting Server, where the user ID and groups are passed in the connection protocol. The user ID and the first group passed are exposed in new protected server variables &FOCSECUSER and &FOCSECGROUP. This is easier to manage than previous security integration approaches that involved custom script logic in site.wfs and use of the GETUSER( ) and CNCTUSER( ) subroutines.


Top of page

x
Enhanced Security Integration With LDAP and Active Directory

LDAP and Active Directory authentication and authorization are facilitated through the Reporting Server LDAP security provider. WebFOCUS is configured to authenticate and authorize users to the Reporting Server.

This provides the following additional benefits:


Top of page

x
Authentication and Authorization to Data in an RDBMS

WebFOCUS can authenticate and/or authorize users based on information maintained in an RDBMS. For more information, see

https://techsupport.informationbuilders.com/tech/wbf/v8templates/
wbf_8_server_custom_provider.html


Top of page

x
Developing a Custom Security Provider

Custom authentication and authorization solutions can be developed using the Reporting Server custom security provider interface. The custom provider can access security information from any source accessible to one of the Reporting Server data adapters. For more information, see the Security chapter in the Server Administration for UNIX, Windows, OpenVMS, IBM i, and z/OS manual. You can also download a sample custom provider, and modify it to suit your needs from

https://techsupport.informationbuilders.com/tech/wbf/v8templates/
wbf_8_server_custom_provider.html


Top of page

x
Pre-Authentication Support for OpenID

WebFOCUS can be configured to authenticate users through an OpenID provider, including Google Accounts, Yahoo, and AOL. You can also use this feature to integrate WebFOCUS with an in-house OpenID service to provide users with a single sign-on experience.


WebFOCUS