In this section: |
In external authentication, a sign-in page is presented to users, who then type a user ID and password. The WebFOCUS Client passes these credentials to the WebFOCUS Server, which in turn validates them with an external source, such as Active Directory, LDAP directories, information in a custom RDBMS table, and web services. Users are authenticated externally both when they access the WebFOCUS Client, and when they access the Server browser interface directly.
Note: WebFOCUS does not currently support user password change through the WebFOCUS Server. Clear the Enable Password Change check box, located on the Advanced page of the Security tab, when configuring external authentication.
How to: |
WebFOCUS can authenticate users to Active Directory and to LDAP directories by authenticating users to the WebFOCUS Server, and then using the WebFOCUS Server LDAP security provider to validate user credentials to the external directory.
Optionally, WebFOCUS can update the user account information in the WebFOCUS Repository with the email and description from the external directory.
Before you begin, complete the prerequisites for External Authentication. For more information, see Configuring Pre-Authentication, External Authentication or External Authorization.
We also recommend that you use the Export command to save backup copies of the Security Settings configuration files before making changes to the Authentication page.
For more information, see Configuring a Security Provider on the TIBCO WebFOCUS Server.
The External page displays the settings currently assigned to the WebFOCUS Reporting Server.
The password for this account is pre-configured during the installation process to be the same as the password you supplied for the original administrator account.
A confirmation dialog box opens, click OK.
When your updates are complete your page will resemble the following image.
How to: |
WebFOCUS can authenticate users against data in an RDBS table by using a CUSTOM security provider on the WebFOCUS Server. The CUSTOM provider uses a custom FOCUS procedure to perform the authentication. It is recommended that you store a hash of the user password in the RDBMS table and calculate the hash in your custom FOCUS procedure at run time before making the authentication comparison.
Optionally, user account information in the Repository can be updated with the email and description from the database.
Before you begin, complete the prerequisites for External Authentication. For more information, see Configuring Pre-Authentication, External Authentication or External Authorization.
We also recommend that you use the Export command to save backup copies of the Security Settings configuration files before making changes to the Authentication page.
The External page displays the settings currently assigned to the WebFOCUS Reporting Server.
where:
Is the name of the RDBMS.
Is the UserID for the RDBMS.
A confirmation dialog box opens, click OK.
If you are using the RDBMS to override other authorization methods, such as AD or LDAP, click the Internal and External option, and click the name of the RDBMS provider that will deliver authorization in the Group provider Override list.
When your updates are complete your page will resemble the following image.
If you are able to sign in, the external authentication configuration was successful.