Create the Microsoft Azure Application

To create the Microsoft Teams add-in, you must first create the Microsoft Azure application. To get your host URL follow these steps:

  1. Sign in to the Microsoft Azure portal at https://portal.azure.com.
  2. Click Admin on the home page.

    The Admin center page appears.

  3. Click Microsoft Entra ID under Azure Services.

    The Microsoft Entra ID Admin Center page appears.

    Note: If you're a first-time user, then you must sign up for your Microsoft Entra ID.
  4. Click App registrations.

    The Applications list page appears.

    1. Click + New registration.

      The Register an application dialog box appears.

    2. For Name, enter a name for the application, for example, Microsoft Teams Collaboration.
    3. Under Supported account types, select Accounts in this organizational directory only (Oracle only - single tenant.
    4. Leave Redirect URI (optional) blank.
    5. Click Register to create the Microsoft Teams add-in application.

      The application appears on the App registrations page.

    The Application details page displays the Application (client) ID and Directory (tenant) ID.
    Note: Keep a note of these values because you insert these in the Manage Microsoft 365 task page later on. See the Register the Microsoft Azure Application in Oracle Sales section for more information.
  5. Next click Authentication and from the Authentication page, click Add a platform and select Web as shown in this screenshot:

    Screenshot showing the Add a platform button in the Platform configurations section

  6. In the Redirect URIs section of the Configure Web dialog box, add the URI of your environment (for example, https://sample-pod.oraclecloud.com).
  7. In the Implicit grant section, select Access tokens and ID tokens.
  8. Click Configure.
  9. Next click Certificates & secrets, and from the Add a client secret section, click + New client secret.
  10. Select a duration for the expiration of the Client Secret. For example, if you select 12 months, the Client Secret becomes invalid after 12 months, and the automatic refresh stops. The sync process will start only after you sign in to the client again.

    If you select Custom, enter the start and end dates, which must be within 24 months. After the end date, you must sign in to the client again, to start the sync.

  11. Click Save.

    The application generates a value for the key. Keep a note of this value because you'll use this as the Application Key in the Manage Microsoft 365 task page later on.

  12. Click API permissions and click Add a permission. The Request API permissions pane appears.
  13. Scroll to the end of the pane and click Microsoft Graph Commonly used Microsoft APIs.
  14. Click Application permissions and select the following permissions:
    • Directory.Read.All
    • Directory.ReadWrite.All
    • Group.Read.All
    • Group.ReadWrite.All
  15. Click Add permissions.
  16. Click Grant admin consent for Oracle and then click Yes on the confirmation dialog box.