Settings in AZURE
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
- Select "Website"
- Enter the HR domain (" https://companyxy.pinya.hr/signin-azure ")
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.