Obtaining Microsoft Graph Client ID and Secret
Open Azure App Registration
Go to Azure App Registration and select “New registration”.
Set who can use this application
Set Who can use this application or access this API? to Accounts in any organizational directory (Any Azure AD directory - Multitenant).
Configure the Web redirect URI
Set the Web redirect URI to:Replace
<Cal.com URL> with the URL where your application runs.Obtain and set the MS_GRAPH_CLIENT_ID
Use the Application (client) ID as the value for MS_GRAPH_CLIENT_ID in your
.env file.