Skip to content

danielegiorgis/omniauth-azure-activedirectory-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ab2bb4e · Feb 25, 2021

History

21 Commits
Sep 10, 2020
Sep 24, 2020
Sep 24, 2020
Sep 24, 2020
Sep 10, 2020
Sep 10, 2020
Sep 24, 2020
Feb 25, 2021
Sep 10, 2020
Sep 10, 2020
Feb 25, 2021
Sep 10, 2020
Sep 24, 2020

Repository files navigation

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.