Monday, December 24, 2012

Fusion Middleware Control to Enable SSO Authentication


Using Fusion Middleware Control to Enable SSO Authentication

After Oracle Business Intelligence has been configured to use the SSO solution configured for use by Oracle Fusion Middleware, you enabled SSO authentication for Oracle Business Intelligence in Fusion Middleware Control from the Security tab.
To enable Oracle Business Intelligence to use SSO authentication:
  1. Go to the Business Intelligence Overview page.
    For information, see "
    Logging In to Fusion Middleware Control" in Oracle Fusion Middleware System Administrator's Guide for Oracle Business Intelligence Enterprise Edition.
  1. Go to the Security page.
    Click the
    Help button on the page to access the page-level help for its elements.
  1. Click Lock and Edit Configuration.
  1. Check Enable SSO.
    The SSO provider list becomes active.
  1. Select the configured SSO provider from the list.
  1. Click Apply, then Activate Changes.
  1. Manually edit each instanceconfig.xml file for every Oracle BI Presentation Services process to configure the login and logout information. Inside the <Authentication> section, add the following:
    <SchemaExtensions>
      <Schema name="SSO" logonURL="{your SSO logon URL}" logoffURL="{your logoff URL}/>
    </SchemaExtensions>

    Note:
    For the logout page, you must use the URL specified by the SSO provider for this purpose. Do not use a URL within the domain and port protected by the SSO provider, because the system does not log users out.
    For information about where to locate Oracle Business Intelligence configuration files, see "
    Where Configuration Files are Located" in Oracle Fusion Middleware System Administrator's Guide for Oracle Business Intelligence Enterprise Edition.
  1. Save each instanceconfig.xml file.
  2. Restart the Oracle Business Intelligence components using Fusion Middleware Control.
    For more information, see "
    Starting and Stopping the Oracle Business Intelligence Components" in Oracle Fusion Middleware System Administrator's Guide for Oracle Business Intelligence Enterprise Edition.

No comments:

Post a Comment