Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open a browser and navigate to the Azure Active Directory admin center.

  2. Login with an account capable of administrating Active Directory

  3. Select Azure Active Directory in the left-hand navigation, then select App registrations under Manage.

    A screenshot of the App registrations
  4. Select New registration. On the Register, an application page, set the values as follows.

    • Set Name to "PCR360 Production" (or "PCR360 Test" depending on the environment being set up).

    • Set Supported account types to Accounts in any organizational directory and personal Microsoft accounts.

    • Under Redirect URI, set the first drop-down to Web and set the value to

      • This must be altered to reflect the URL of the PCR-360 Application

      • Appending /core/oauth2/validated to the end of the URL is required

      • https://<pcr360.customerUrl.edu>/core/oauth2/validated

  5. Select Register. Copy the value of the Application (client) ID and save it, you will need it later.

  6. Select Certificates & secrets under Manage. Select the New client secret button. Enter a value in Description and select one of the options for Expires and select Add.

  7. Copy the client's secret value before you leave this page. You will need it later.

    Important

    This client secret is never shown again, so make sure you copy it now.

    A screenshot of the newly added client secretImage Modified

    Note: When adding a Client Secret, be sure to set a long lifetime for the token. If a near-expiration date is selected, your Organization’s O365/Microsoft Administrators will need updated details to authenticate PCR-360 again.

  8. Select API permissions in the side bar

    API Permissions Example



  9. Add the permission as shown

  10. Click Add a permission and select Microsoft Graph

    Configuration Permissions Example



  11. Select Delegated Permissions

    API Permissions example



  12. Select the Mail.Read and Mail.Send permissions

    Send Permission example
  13. Select the User.Read permission

    Read Permission example



  14. Click the Add permissions button to add the selected permissions

    Add Permissions example

...