Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configuration PropertyTypeRequiredDescription
authority
StringXThe authority base URL. It should be https://login.microsoftonline.com/common/ for a multitenant application (this is the URL for the Azure AD common endpoint, which enables users from any Azure AD tenant to sign in. For more information about the common endpoint, see this blog post.), or https://login.microsoftonline.com/ + [YOUR_TENANT_ID]
clientIdStringXAzure Native Application ID. You can find it by selecting your Native App in Azure portal
redirectURIStringXDefault is https://login.live.com/oauth20_desktop.srf. Since usually the client app does not have an external service to redirect to, this URI is the standard placeholder for client apps. Defaults to https://login.live.com/oauth20_desktop.srf
resourceURIStringXDefault is https://graph.windows.net. In Azure AD Graph API , the service root is always . Defaults to https://graph.windows.net.
usernameStringXYour AD User username
passwordStringXYour AD User password
domainStringXYour Microsoft domain (e.g. @mycompanymycompany.onmicrosoft.com)

Prerequisites

...