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:
- Rename the
./config/oauth_environment_variables.rb.example
file tooauth_environment_variables.rb
.- Edit the
oauth_environment_variables.rb
file and make the following changes.
- Replace
YOUR_APP_ID_HERE
with the Application Id you got from the App Registration Portal.- Replace
YOUR APP PASSWORD HERE
with the password you got from the App Registration Portal.