/omniauth-azure-activedirectory-v2

OAuth 2 authentication with the Azure ActiveDirectory V2 API with login_hint

Primary LanguageRubyMIT LicenseMIT

Omniauth::Azure::Activedirectory::V2

Gem Version Build Status License

OAuth 2 authentication with Azure ActiveDirectory's V2 API. Rationale:

This gem combines the two and makes some changes to support the full V2 API.

The ActiveDirectory V1 auth API used OpenID Connect. If you need this, a gem from Microsoft is available here, but seems to be abandoned.

Installation

Add this line to your application's Gemfile:

gem 'omniauth-azure-activedirectory-v2'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install omniauth-azure-activedirectory-v2

Usage

See https://github.com/marknadig/omniauth-azure-oauth2 for background information.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/RIPGlobal/omniauth-azure-activedirectory-v2. This project is intended to be a safe, welcoming space for collaboration so contributors must adhere to the code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in this project's codebases, issue trackers, chat rooms and mailing lists must follow the code of conduct.