Skip to content

Jetbuilt/omniauth-microsoft-office365

This branch is 1 commit ahead of, 4 commits behind murbanski/omniauth-microsoft-office365:master.

Folders and files

NameName
Last commit message
Last commit date
Jan 14, 2021
Jan 14, 2021
Mar 30, 2016
Mar 30, 2016
Mar 30, 2016
Oct 6, 2017
Mar 30, 2016
Mar 30, 2016
Mar 30, 2016
Mar 30, 2016
Mar 30, 2016
Jan 14, 2021

Repository files navigation

Gem Version Build Status

OmniAuth::MicrosoftOffice365

Office365 OAuth2 Strategy for OmniAuth.

Installation

Add this line to your application's Gemfile:

gem 'omniauth-microsoft-office365'

And then execute:

$ bundle

Or install it yourself as:

$ gem install omniauth-microsoft-office365

Usage

Rails.application.config.middleware.use OmniAuth::Builder do
  provider :microsoft_office365, ENV['OFFICE365_KEY'], ENV['OFFICE365_SECRET']
end

About

OmniAuth provider for Microsoft Office365

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%