office365-oauth2-authentica.../login.example

8 lines
166 B
Plaintext
Raw Permalink Normal View History

2022-08-25 12:30:10 +02:00
#!/bin/sh
export MS_OFFICE365_SITE="https://foo.sharepoint.com/"
export MS_OFFICE365_LOGIN="user@example.com"
export MS_OFFICE365_PASSWORD="5eCrEt"
node ./index.js