File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -235,10 +235,10 @@ Gmail OAuth tokens. Run the script as follows:
235
235
236
236
``` shell
237
237
$ sasl-xoauth2-tool get-token gmail \
238
+ PATH_TO_TOKENS_FILE \
238
239
--client-id=CLIENT_ID_FROM_SASL_XOAUTH2_CONF \
239
240
--client-secret=CLIENT_SECRET_FROM_SASL_XOAUTH2_CONF \
240
- --scope=" https://mail.google.com/" \
241
- PATH_TO_TOKENS_FILE
241
+ --scope=" https://mail.google.com/"
242
242
243
243
Please open this URL in a browser ON THIS HOST:
244
244
@@ -344,9 +344,9 @@ Microsoft OAuth tokens. Run the script as follows:
344
344
345
345
``` shell
346
346
$ sasl-xoauth2-tool get-token outlook \
347
+ PATH_TO_TOKENS_FILE \
347
348
--client-id=CLIENT_ID_FROM_SASL_XOAUTH2_CONF \
348
- --use-device-flow \
349
- PATH_TO_TOKENS_FILE
349
+ --use-device-flow
350
350
To sign in, use a web browser to open the page https://www.microsoft.com/link and enter the code REDACTED to authenticate.
351
351
```
352
352
@@ -429,8 +429,9 @@ Microsoft OAuth tokens. Run the script as follows:
429
429
430
430
``` shell
431
431
$ sasl-xoauth2-tool get-token outlook \
432
- --client-id=CLIENT_ID_FROM_SASL_XOAUTH2_CONF \
433
- PATH_TO_TOKENS_FILE
432
+ PATH_TO_TOKENS_FILE \
433
+ --client-id=CLIENT_ID_FROM_SASL_XOAUTH2_CONF
434
+
434
435
Please visit the following link in a web browser, then paste the resulting URL:
435
436
436
437
https://login.microsoftonline.com/consumers/oauth2/v2.0/authorize? client_id=REDACTED& response_type=code& redirect_uri=https%3A//login.microsoftonline.com/common/oauth2/nativeclient& response_mode=query& scope=openid%20offline_access%20https%3A//outlook.office.com/SMTP.Send
You can’t perform that action at this time.
0 commit comments