1. Third Party Cookies
    1. Overview
    2. Password Reset
    1. System Notifications
    2. Data Manager Notifications
    1. Troubleshooting Load Times
    1. Updating License Key
    1. Web Accessibility
      1. Menu Tuning
      1. Password Settings

    Creating Integrations: Power BI Connection

    Creating an App within the Azure Portal

    1. Log in to the Azure Portal (https://portal.azure.com).
    2. Search for “App Registrations” to start the process.
    3. You will need to provide a redirect URI during this process. The redirect URI should follow this format:

      https://your.interworks.portal.com/powerbi

    4. Once the app is registered, make note of the following details from the “Overview” page as you will need them when setting up the configuration on Curator:
      • Application (client) ID
      • Directory (tenant) ID
      • Application ID URI

    API Permissions

    Your InterWorks Curator Azure App will need several API permissions. While still viewing the registered app, click on the “API permissions” link in the left navigation. Add the following permissions:

    • Azure Active Directory Graph
      • User.Read
    • Power BI Service
      • Dashboard.Read.All
      • Dataset.Read.All
      • Group.Read
      • Group.Read.All
      • Metadata.View_Any
      • Report.Read.All
      • Workspace.Read.All

    Exposing the API

    You may want to configure the API for this client to not prompt users for consent. You can do so by using the “Expose an API” link in the left navigation of the registered app.