Skip to content

Latest commit

 

History

History
 
 

02-add-aad-auth

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Completed module: Add Azure AD authentication

The version of the project in this directory reflects completing the tutorial up through Add Azure AD authentication. If you use this version of the project, you need to complete the rest of the tutorial starting at Get calendar data.

Note: It is assumed that you have already registered an application in the app registration portal as specified in Register the app in the portal. You need to configure this version of the sample as follows:

  1. Rename the PrivateSettings.config.example file to PrivateSettings.config.
  2. Edit the PrivateSettings.config file and make the following changes.
    1. Replace YOUR APP ID HERE with the Application Id you got from the App Registration Portal.
    2. Replace YOUR APP PASSWORD HERE with the password you got from the App Registration Portal.