Skip to content

pairshaped/omniauth-microsoft_v2_auth

Repository files navigation

Omniauth::MicrosoftV2Auth

*** Note: The original repo disappeared for this gem, so we've published it here and updated the gemspec. ***

Microsoft V2 OAuth2 Strategy for OmniAuth. Can be used to authenticate with Microsoft Services and get a token for the Microsoft Graph Api.

Installation

Add this line to your application's Gemfile:

gem 'omniauth-microsoft_v2_auth', :git => 'git://github.com/pairshaped/omniauth-microsoft_v2_auth.git'

And then execute:

$ bundle

Usage

Rails.application.config.middleware.use OmniAuth::Builder do
  provider :microsoft_v2_auth, ENV['AZURE_APPLICATION_CLIENT_ID'], ENV['AZURE_APPLICATION_CLIENT_SECRET']
end

Releases

No releases published

Packages

No packages published

Languages