Low commit activity in last 3 years
No release in over a year
A ruby gem for using omniauth to authenticate Azure Active Directory users
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0

Runtime

~> 2.1, >= 2.1.0
 Project Readme

ominauth-bn-office365

This gem allows you to use Azure Active Directory Authentication with OmniAuth for signing in users.

Installation

Add this line to your application's Gemfile:

gem 'ominauth-bn-office365'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install omniauth-bn-office365

Usage

Add the office365 provider to the OmniAuth.rb initializer to use the provider.

provider :office365, ENV['AZURE_APP_ID'], ENV['AZURE_APP_SECRET'],
    allowed_domains: 'gmail.com'