Add connected apps
Integrations
You can now set up a connection between Kinde and Microsoft 365. You might do this, for example, to request Microsoft 365-related permissions from users during auth.
The procedure below covers the case for adding calendar permissions.
You also need a Microsoft Azure account for creating MS Entra ID apps.
This is Step 2 of Add a connected app to Kinde.
https://app.<yourdomain>/connected_apps/callback
.While it may be possible to add other scopes, we have currently only tested the inclusion of calendar scopes.
Go to API permissions.
Select + Add a permission.
In the pop-out, select Microsoft Graph and then Application permissions.
Search for ‘calendar’, then select only Calendars.Read
and Calendars.ReadWrite
.
Select Add permissions. These permissions can now be selected as scopes in the Kinde connected app.
Select Certificates and secrets from the left menu, select + New client secret.
Enter a name and give it an expiry date (or accept the default), then select Add. Details of the secret are generated.
Copy the value in the Value column and paste it in a text file or somewhere you can easily access it again. Make sure you copy from the Value column, not the Secret ID column.
You’ll need the Application (Client) ID and Secret that you copied above. You’ll also need your Kinde app callback URL.