Go to file
2024-01-13 13:29:55 +01:00
.gitignore init 2022-08-25 12:30:10 +02:00
index.js refactoring 2022-08-25 15:25:59 +02:00
login.example init 2022-08-25 12:30:10 +02:00
Makefile fix packages 2022-08-25 14:06:43 +02:00
package-lock.json fix packages 2022-08-25 14:06:43 +02:00
package.json fix packages 2022-08-25 14:06:43 +02:00
README.md Actualiser README.md 2024-01-13 13:29:55 +01:00

THIS PROJECT IS NOT MAINTAINED ANYMORE


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
$ cd office365-oauth2-authenticator-2
$ 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.