Settings in AZURE

Updated by Tým PINYA

Synchronization - writing, takes place via Microsoft Graph - Outlook mail REST API.

In AZURE, please set the following:

Create a new application in Azure AD

  • Name e.g.: "SignPinyaHR"
  • Supported account types:
  • First option (Single tenant)

Redirect URI

Tokens

  • Select "ID tokens"

On the "Overview" page

  • Copy the "Application (client) ID" and send it to us.
  • Copy the "Directory (tenant ID)" and send it to us.

In the Certificates & secrets tab

  • Create a new sercet (we will need a "value" for settings in PINYA HR).

In the API permissions tab

  • set permissions: Graph -> Application ->
  • Calendars.ReadWrite
  • MailboxSettings.ReadWrite
  • User.Read
  • These permissions must be granted/confirmed by the Administrator.


How did we do?