Skip to content

Getting accounts azure active directory up and running

James Luck edited this page Jan 27, 2015 · 3 revisions

This page aims to get your meteor app authenticating against your Azure Active Directory. There are two main steps involved:

  1. Creating your Azure Active Directory application. An application is used to authenticate 3rd party software (such as a meteor app) against your Azure AD tenant. Please read this guide.

  2. Configuring meteor Once you have created your application, click on the "configure Azure AD" button. You will be prompted to enter the following information:

  • Tenant ID
  • Application ID
  • Client Secret

Enter and press "Save configuration".