File tree Expand file tree Collapse file tree
02-add-aad-auth/graph-tutorial
03-add-msgraph/graph-tutorial Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ OAUTH_APP_ID=YOUR_APP_ID_HERE
22OAUTH_APP_PASSWORD = YOUR_APP_PASSWORD_HERE
33OAUTH_REDIRECT_URI = http://localhost:3000/auth/callback
44OAUTH_SCOPES = ' profile offline_access user.read calendars.read'
5- OAUTH_AUTHORITY = https://login.microsoftonline.com/common
6- OAUTH_ID_METADATA = / v2.0/.well-known/openid-configuration
7- OAUTH_AUTHORIZE_ENDPOINT = / oauth2/v2.0/authorize
8- OAUTH_TOKEN_ENDPOINT = / oauth2/v2.0/token
5+ OAUTH_AUTHORITY = https://login.microsoftonline.com/common/
6+ OAUTH_ID_METADATA = v2.0/.well-known/openid-configuration
7+ OAUTH_AUTHORIZE_ENDPOINT = oauth2/v2.0/authorize
8+ OAUTH_TOKEN_ENDPOINT = oauth2/v2.0/token
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ OAUTH_APP_ID=YOUR_APP_ID_HERE
22OAUTH_APP_PASSWORD = YOUR_APP_PASSWORD_HERE
33OAUTH_REDIRECT_URI = http://localhost:3000/auth/callback
44OAUTH_SCOPES = ' profile offline_access user.read calendars.read'
5- OAUTH_AUTHORITY = https://login.microsoftonline.com/common
6- OAUTH_ID_METADATA = / v2.0/.well-known/openid-configuration
7- OAUTH_AUTHORIZE_ENDPOINT = / oauth2/v2.0/authorize
8- OAUTH_TOKEN_ENDPOINT = / oauth2/v2.0/token
5+ OAUTH_AUTHORITY = https://login.microsoftonline.com/common/
6+ OAUTH_ID_METADATA = v2.0/.well-known/openid-configuration
7+ OAUTH_AUTHORIZE_ENDPOINT = oauth2/v2.0/authorize
8+ OAUTH_TOKEN_ENDPOINT = oauth2/v2.0/token
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ OAUTH_APP_ID=YOUR_APP_ID_HERE
99OAUTH_APP_PASSWORD=YOUR_APP_PASSWORD_HERE
1010OAUTH_REDIRECT_URI=http://localhost:3000/auth/callback
1111OAUTH_SCOPES='profile offline_access user.read calendars.read'
12- OAUTH_AUTHORITY=https://login.microsoftonline.com/common
13- OAUTH_ID_METADATA=/ v2.0/.well-known/openid-configuration
14- OAUTH_AUTHORIZE_ENDPOINT=/ oauth2/v2.0/authorize
15- OAUTH_TOKEN_ENDPOINT=/ oauth2/v2.0/token
12+ OAUTH_AUTHORITY=https://login.microsoftonline.com/common/
13+ OAUTH_ID_METADATA=v2.0/.well-known/openid-configuration
14+ OAUTH_AUTHORIZE_ENDPOINT=oauth2/v2.0/authorize
15+ OAUTH_TOKEN_ENDPOINT=oauth2/v2.0/token
1616```
1717
1818Replace ` YOUR APP ID HERE ` with the application ID from the Application Registration Portal, and replace ` YOUR APP SECRET HERE ` with the password you generated.
You can’t perform that action at this time.
0 commit comments