Integration with Microsoft Office 365® Mail Server Protocols

Last modification: December 2025. Version: 108 OUM

Create an Application in Azure AD for Authentication (OAuth 2.0 / OpenID Connect)

Access the portal

  • Go to https://portal.azure.com\.
  • → Search for Azure Active Directory®.
  • → In the side menu, select App registrations (App registrations).

Register a new application

  1. Click on New registration.
  2. Fill in the fields:
  • Name: Descriptive name (e.g. PANDORA).
  • Supported account types: Select according to needs (for example: Accounts in this organizational directory only).
  • Redirect URI (optional):
  • Type: Web.
  • URL: Example → http://localhost/pandora
  • Click on Register.

Obtain identifiers

After registration, on the main page of the application, you will see:

  • Application (client) ID: → This is your Client ID.
  • Directory (tenant) ID: → This is your Tenant ID.

Create a secret (Client Secret)

  1. In the side menu, select Certificates & secrets.
  2. On the Client secrets tab, click on + New client secret.
  3. Add a description and duration (e.g., 6 or 12 months).
  4. Click on Add.
  5. Copy the value immediately, as it is shown only once → this is your Client Secret.

Configure Redirect URLs (Redirect URIs)

  1. Go to the Authentication section.
  2. Under Platform configurations, select Add a platform → Web.
  3. In Redirect URIs, add all valid URLs where your app will receive the token, for example:

http://localhost/pandora

http://localhost/pandoraitsm/godmode/godmode/setup/setup_mail

←Back to Pandora ITSM documentation index