You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Simon Vieille 0868e97326
refactoring
9 months ago
.gitignore init 9 months ago
Makefile fix packages 9 months ago
README.md update readme 9 months ago
index.js refactoring 9 months ago
login.example init 9 months ago
package-lock.json fix packages 9 months ago
package.json fix packages 9 months ago

README.md

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.