Skip to content

Commit c71759a

Browse files
authored
updated initial value for OAUTH_APP_PASSWORD
The tutorial says: > Replace YOUR APP ID HERE with the application ID from the Application Registration Portal, and replace YOUR APP SECRET HERE with the password you generated.
1 parent 5daa265 commit c71759a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demo/graph-tutorial/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
OAUTH_APP_ID=YOUR_APP_ID_HERE
2-
OAUTH_APP_PASSWORD=YOUR_APP_PASSWORD_HERE
2+
OAUTH_APP_PASSWORD=YOUR APP SECRET HERE
33
OAUTH_REDIRECT_URI=http://localhost:3000/auth/callback
44
OAUTH_SCOPES='profile offline_access user.read calendars.read'
55
OAUTH_AUTHORITY=https://login.microsoftonline.com/common/

0 commit comments

Comments
 (0)