Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

CXO cockpit support SSO mode for Essbase connections but it works for single Essbase server only. In case of multiple essbase servers used in one application, SSO is possible to only the first essbase server. It should be possible to connect to other Essbase servers using the username of the currently logged on user without requirement to know the password of the currently logged on user.

Image Removed

In this scenario Essbase Server 1 is used for authentication and can also be used for SSO but Essbase server 2 is not used for authentication so the SSO mode is not possible. In this case, Impersonation mode can be used.There are 2 ways to apply Essbase security in the CXO-Cockpit:

  1. Essbase Authentication plugin with SSO mode enabled
  2. Use User Impersonation

Essbase Authentication plugin with SSO mode enabled

Image Added

In this scenario, the username and password the end user enters to login to CXO are used to connect to Essbase server. The limitations of this scenario are:

  • Impossible to use any other authentication adapter (SAML, Windows etc)
  • Impossible to connect to more than one Essbase Server
  • Impossible to use CXO API to generate or export reports

Read more about Essbase Authentication Plugin

User Impersonation

The user impersonation scenario can be used to overcome the limitations of the Essbase Authentication plugin scenario. 

Image Added

In this case, the connection to Essabase servers is made using the username and password configured in CXO Cockpit on behalf of the the end user logged in to CXO. In this case the Essbase API function "LoginAs" is used to open the connection.

To turn on Essbase impersonation:

  1. Start the Source system manager
  2. Select the Essbase source sytem
  3. Click Connector Properties
  4. Under SSO Login, check Impersonate User

Image Added