davidsichau:accounts-office365

v0.3.0Published 4 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

accounts-office365

A login service for Microsoft Office 365 accounts.

This package is a fork of lindoelio:accounts-office365 extended to support refresh tokens.

Getting Started

Add package to your project.

meteor add ermlab:accounts-office365

Setup the service configuration for your Microsoft Office 365 application.

1  ServiceConfiguration.configurations.upsert({service: 'office365'}, {
2    $set: {
3      clientId: 'Your_Office365_Application_ClientID',
4      secret: 'Your_Office365_Application_Secret',
5      tenant: 'Your_Tenant' // or 'common' for not specific tenant
6    }
7  })

This package depends of other base package named ermlab:office365-oauth, which will be automatically added in your packages.

Enjoy the Microsoft Graph! :-)