Skip to content

Configuring the Sharepoint app in Microsoft Azure AD

Register and configure the HCL Connections community app for Microsoft Sharepoint in the Azure Active Directory.

Linked references in the following procedure are to additional explanation in the Microsoft identity platform documentation.

  1. From your Azure Active Directory portal at https://portal.azure.com/#, select your organization's directory.

  2. In your directory, under Manage, click App registrations and then click New registation.

  3. Fill out the registration form.

    Note these steps:

    • Under Supported account types, select Accounts in this organizational directory only (your_organizational_directory).
    • Under Redirect URI (optional), select Web and add https://your_connections_host.spo.index.html as the URI for your Connections users to receive their authentication response.
    • Click Register.
    • From your app's Overview page in Azure, click API permissions and then click Add a permission.
  4. Add access rights for your app to access the Microsoft web API.

    Note these steps:

    • Under Request API permissions, select Sharepoint from the Microsoft APIs tab.
    • Under Delegated Permissions, select Read and write user files and Read and write items in all site collections.
    • Click Add permissions to save.
    • From your configured API permissions screen, select Grant admin consent for your_organizational_directory.
    • Add a redirect URI for your organization's Sharepoint mobile app.

    • Click Authentication.

    • Under Web, click Add URI and add https://your_connections_host/spo/mobile.html as the reply URL for mobile users.

    • Under Implicit grant, select both Access tokens and ID tokens.

    • Click Save.

  5. Edit the Azure Active Directory app manifest to allow the open authentication used by the app.

    1. From the app's Overview page, Click the Manifest section.

    2. Change the attribute oauth2AllowImplicitFlow to true.

    3. Click Save.

  6. From your app's Overview page, copy the value for Application (client) ID to the clipboard for use in the next task.

Configure the SharePoint app in Connections.

Parent topic:The Connections community app for Microsoft Sharepoint