Skip to content

Creating your own app registration in the Azure Portal

Ole Martin Pettersen edited this page Mar 18, 2021 · 4 revisions
  • Log on to portal.azure.com with your subscription
  • Navigate to Azure Active Directory -> App registrations
  • Create a New registration
    • With multi tenant support.
    • Note down the App id - this is your MICROSOFT_CLIENT_ID env variable
  • Authentication
    • Set the redirect URIs
    • Enable Implicit grant flow using both Access tokens and ID tokens
    • Ensure Supported account types are set to Multitenant
  • Certificates & secrets
    • Create a new Client secret and note it down - this is your MICROSOFT_CLIENT_SECRET environment variables
  • API permissions - all delegated
    • Calendars.Read
    • User.Read
    • offline_access
    • openid
  • Exposed APIs
    • Add a scope for Calendar.Read