Microsoft
-
Open Azure App Registrations and select New registration.
-
Name the application.
-
Set Who can use this application or access this API? to Accounts in any organizational directory (Any Azure AD directory - Multitenant).
-
Set the Web redirect URI, replacing
<flexcal URL>with your instance URL:<flexcal URL>/api/integrations/office365calendar/callback -
Copy Application (client) ID into
.env:MS_GRAPH_CLIENT_ID=<application_client_id> -
Under Certificates & secrets, create a new client secret and copy its value:
MS_GRAPH_CLIENT_SECRET=<client_secret_value>
The same registration backs Microsoft (Entra ID) single sign-on.