omniauth-azure-activedirectory
omniauth-azure-activedirectory copied to clipboard
Add missing require to azure_activedirectory.rb
Fixes #21
This should be merged asap as it fixes missing dependencies.
To any poor soul waiting for this to be merged, you can work around it by adding
require 'net/http'
to config/initializers/omniauth.rb
To any poor soul waiting for this to be merged, you can work around it by adding
require 'net/http'
toconfig/initializers/omniauth.rb
Read that before, but I would recommend to use this one: OmniAuth-azure-oauth2 Works perfectly.