OAuth 2 authentication with Azure ActiveDirectory's V2 API. Rationale:
- https://github.com/marknadig/omniauth-azure-oauth2 is no longer maintained.
- marknadig/omniauth-azure-oauth2#29 contains important additions.
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.
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
See https://github.com/marknadig/omniauth-azure-oauth2 for background information.
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.
The gem is available as open source under the terms of the MIT License.
Everyone interacting in this project's codebases, issue trackers, chat rooms and mailing lists must follow the code of conduct.