Azure App Registration

Revision as of 17:32, 19 February 2025 by Colin (talk | contribs) (Created page with "In order to use Azure connected data sources in AnaplanXL web there was a multi-tenant application that relied on the xlcubed.com domain. As this is being depreciated custome...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In order to use Azure connected data sources in AnaplanXL web there was a multi-tenant application that relied on the xlcubed.com domain.

As this is being depreciated customers are encouraged to create their own App Registration in their Azure tenant, and configure their AnaplanXL web instances to use that. This document will explain how to do that.

You need an Azure admin with permission to create an App registration to do this.

App registration

  • Go to the App registrations screen and click "New registration"
  • Configure basic settings
  • Authentication
    • Click Manage -> Authentication
    • Check the box for ID tokens and press Save
  • Client secret
    • Click Manage -> Certificates & secrets
    • Click New client secret
    • Give the secret a name and choose the expiry
      • If the secret expires you must create a new secret and update the web configuration to use it. (This is covered later)
    • Copy the secret as you will need it later