1
0
Fork 0
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
Simon Vieille 59eb05a6f7
update readme
7 months ago
src init 5 years ago
.gitignore update gitignore 4 years ago
README.md update readme 7 months ago
index.js fix issue with MS login update 3 years ago
login_example Documentation 5 years ago
package.json update version 2 years ago

README.md

THIS PROJECT IS NOT MAINTAINED ANYMORE

A new project is born: office365-oauth2-authenticator-2


Office365 OAuth2 authenticator

This project retrieves cookies used to authenticate an user on Sharepoint Online.

Requirements

Tested with NodeJS 6.x, 8.x and 10.x.

Installation

$ git clone https://gitnet.fr/deblan/office365-oauth2-authenticator.git
$ cd office365-oauth2-authenticator
$ npm install

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.