Difference between revisions of "Anaplan"

(FluenceXLWeb Authentication)
 
(2 intermediate revisions by 2 users not shown)
Line 11: Line 11:
  
 
==FluenceXLWeb Authentication==
 
==FluenceXLWeb Authentication==
To allow web users to connecto to Anaplan data an Anaplan Tenant administrator must add an OAuth Client to Anaplan.
+
To allow web users to connect to Anaplan data an Anaplan Tenant administrator must add an OAuth Client to Anaplan.
  
 
* This must be of type "Authorization code grant".
 
* This must be of type "Authorization code grant".
* You must add the path to your FluenceXL install to the redirect urls. This is of the form your [web FluenceXLWeb address]/{{code|SSOToken.html}}
+
* You must add the path to your FluenceXL install to the redirect urls. This is of the form [Your FluenceXLWeb address]/{{code|SSOToken.html}}
** for example {{code|http://my-server.my-corp.com/FluenceXLWeb/SSOToken.html}}
+
** For example {{code|http://my-server.my-corp.com/FluenceXLWeb/SSOToken.html}}
 
** Alternately you can add https://www.xlcubed.com/SSOToken.html and use that if you define the url in the next step.
 
** Alternately you can add https://www.xlcubed.com/SSOToken.html and use that if you define the url in the next step.
  
Once this is done you must add the client id and secret from the OAuth app to FluenceXLWeb. Add the folowing keys
+
Once this is done you must add the client id and secret from the OAuth app to FluenceXLWeb. Add the folowing keys to the web.config:
 
* {{code|AnaplanClientID}} - the client id
 
* {{code|AnaplanClientID}} - the client id
 
* {{code|AnaplanClientSecret}} - the client secret
 
* {{code|AnaplanClientSecret}} - the client secret

Latest revision as of 14:21, 7 February 2025

Anaplan is supported in the FluenceXL from V10. You can use Anaplan in the same way as other OLAP data sources and connect directly to the source data. FluenceXL supported read and write of data so you can use it for reporting and forecasting.

Module browsing

If your model has a large numbe of modules then it can be tricky to find the correct one. Anaplan doesn't allow direct access to some module information, but you can use these instructions to create a module with the relevant information to aid cube browsing.

Anaplan Metadata

Example connection screen

AnaplanCubeBrowser.png

FluenceXLWeb Authentication

To allow web users to connect to Anaplan data an Anaplan Tenant administrator must add an OAuth Client to Anaplan.

Once this is done you must add the client id and secret from the OAuth app to FluenceXLWeb. Add the folowing keys to the web.config:

  • AnaplanClientID - the client id
  • AnaplanClientSecret - the client secret
  • AnaplanClientRedirectUrl - optional - the alternative SSOToken url
AnaplanWebSSO.png