office365-oauth2-authentica.../README.md

36 lines
585 B
Markdown
Raw Permalink Normal View History

2024-01-13 13:29:55 +01:00
# ⛔️ THIS PROJECT IS NOT MAINTAINED ANYMORE
---
2022-08-25 12:30:10 +02:00
Office365 OAuth2 authenticator
==============================
This project retrieves cookies used to authenticate an user on Sharepoint Online.
## Requirements
Tested with NodeJS 16+.
## Installation
```
$ git clone https://gitnet.fr/deblan/office365-oauth2-authenticator-2.git
2022-08-25 12:39:14 +02:00
$ cd office365-oauth2-authenticator-2
2022-08-25 12:30:10 +02:00
$ make setup
```
## Configuration
```
$ cp login.example login
$ chmod +x login
```
Edit `login` and replace values of:
* MS_OFFICE365_SITE
* MS_OFFICE365_LOGIN
* MS_OFFICE365_PASSWORD
Then run `./login`.