Skip to content

Meteor package for great login with Microsoft Office 365 accounts.

Notifications You must be signed in to change notification settings

lindoelio/meteor-accounts-office365

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

accounts-office365

A login service for Microsoft Office 365 accounts.

Getting Started

Add package to your project.

meteor add lindoelio:accounts-office365

If not already added, you also need to add meteor add

meteor add service-configuration

Setup the service configuration for your Microsoft Office 365 application.

  ServiceConfiguration.configurations.upsert({service: 'office365'}, {
    $set: {
      clientId: 'Your_Office365_Application_ClientID',
      secret: 'Your_Office365_Application_Secret',
      tenant: 'Your_Tenant' // or 'common' for not specific tenant
    }
  })

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

Enjoy the Microsoft Graph! :-)

About

Meteor package for great login with Microsoft Office 365 accounts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published