1
0
Fork 0
This repository has been archived on 2022-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
office365-oauth2-authenticator/README.md

32 lines
542 B
Markdown
Raw Normal View History

2018-09-11 10:43:40 +02:00
Office365 OAuth2 authenticator
==============================
This project retrieves cookies used to authenticate an user on Sharepoint Online.
## Requirements
2019-07-14 13:04:00 +02:00
Tested with NodeJS 6.x, 8.x and 10.x.
2018-09-11 10:43:40 +02:00
## Installation
```
$ git clone https://gitnet.fr/deblan/office365-oauth2-authenticator.git
$ cd office365-oauth2-authenticator
$ npm install
```
## Configuration
```
$ cp login_example login
2018-10-22 13:27:53 +02:00
$ chmod +x login
2018-09-11 10:43:40 +02:00
```
Edit `login` and replace values of:
* MS_OFFICE365_SITE
* MS_OFFICE365_LOGIN
* MS_OFFICE365_PASSWORD
2018-10-22 13:27:53 +02:00
Then run `./login`.