How to: |
Configuring pre-authentication, external authentication, or external authorization requires you to perform the following tasks:
Since the default WebFOCUS administrator account admin generally does not exist in the external source, it cannot be authenticated once pre-authentication or external authentication has been successfully configured. The account that you create will exist in both WebFOCUS and the external source so that you can use it for administrative access to WebFOCUS once you have restarted WebFOCUS in its new authentication configuration.
The user ID of the WebFOCUS administrator account that you create must match an account in the external source, although it does not need to be an administrator in the external source. For example, if you are configuring pre-authentication to a Web Access Management system, the WebFOCUS user name should be identical to the Web Access Management user ID.
If you are configuring external authentication to LDAP, the WebFOCUS user name should be identical to the LDAP user name. If you are configuring pre-authentication to Windows, specify the Windows account without the domain name.
Note: WebFOCUS ignores this password when you sign in using pre-authentication or external authentication. However, if you have configured pre-authentication in the default zone, enabled the alternate zone, and left External Security Type blank, this password will be verified if it is supplied during sign in from the alternate zone.
You have now created the WebFOCUS account that you will use for administrative access once you have restarted WebFOCUS in the new authentication configuration. You can now proceed to enabling superuser access to WebFOCUS.
Superuser access overrides all other security rules. The superuser account can be internally authenticated to WebFOCUS, even if pre-authentication, external authentication, or external authorization is misconfigured or unavailable. You should use the superuser account only if you encounter sign-in problems with the administrator account while configuring authentication. After validating that the configuration has been successful, you should either disable superuser access or protect the superuser password.
Note: Do not specify the WebFOCUS administrator account that you created for use after configuration is complete.
You have now enabled superuser access for the named account. If you are configuring pre-authentication, you can enable the alternate zone so that the superuser can sign in, even if pre-authentication is misconfigured.
If you are configuring external authentication, you can test superuser access by signing out and then signing in with the new superuser credentials.
Once you have verified superuser access, you can proceed by configuring a trusted connection between the WebFOCUS Client and the WebFOCUS Server.
If you are planning to use a reverse proxy configuration with an Apache Tomcat™ application server, you must configure a setting in the server.xml file to ensure that all URL calls use the address of the web-facing proxy server, instead of the internal server. Otherwise, some features, such as drill downs in Microsoft® Excel® 2007 reports, retrieve information from the internal host machine instead of the proxy.
To modify the Apache Tomcat server.xml file, perform the following steps:
<Tomcat_Home>\conf
where:
Is the location on your system where Apache Tomcat is installed.
<!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 --> <Connector port="8009" enableLookups="false" redirectPort="8443" debug="0" protocol="AJP/1.3" proxyName="WEB-FACING PROXY_SERVER" proxyPort="WEB FACING PROXY_PORT" />