Omniauth::Azure::Activedirectory::V3
Notice
- This gem is EXACTLY the same as RIPAGlobal's
- For reasons I don't want to get into, I needed the gem to be called
omniauth-azure_activedirectory_v3
instead ofomniauth-azure-activedirectory-v3
. - That is all.
OAuth 2 authentication with Azure ActiveDirectory's V3 API. Rationale:
- https://github.com/marknadig/omniauth-azure-oauth2 is no longer maintained.
- https://github.com/marknadig/omniauth-azure-oauth2/pull/29 contains important additions.
This gem combines the two and makes some changes to support the full V3 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-v3'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install omniauth-azure-activedirectory-v3
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-v3. 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.