Configuring Graph API Settings

This section describes how to configure Microsoft Graph API for federating with Microsoft services (for example, Microsoft 365).

By configuring Graph API settings, "Configuring the Azure AD (Microsoft 365) Federation" and "Provisioning with Azure AD (Microsoft 365)" can be used.

  1. Click "Application" and then "Application Management."

  2. Click "Microsoft 365" and then "Edit."

  3. Click "Graph API."

  4. Click "Edit."

  5. Click "Download PowerShell Script."

  6. Run PowerShell on a Windows computer.

  7. Use the following command to run the PowerShell script as illustrated in the example.

    [ Reference ]

    Copy and keep the Graph API information displayed after execution of the PoswerShell script because the information will be used in the next step.

    Example command line display)

    powershell -ExecutionPolicy bypass -File '.\setup_graph_api.ps1'
    [ Reference ]

    The following window may be displayed at the time of execution.
    If this window is displayed, click "Accept" without checking the "Consent on behalf of your organization" box.

  8. Enter the Graph API information obtained in step 7 in IIJ ID Console and click "Configure."

    OptionDescriptionComments
    Azure AD Tenant IDAzure AD tenant ID you use
    Azure AD Client IDAzure AD client ID used for Graph API
    Azure AD Client SecretAzure AD client secret used for Graph APIThis information is sensitive. Exercise care in the handling of this information.