omniauth-azure-activedirectory icon indicating copy to clipboard operation
omniauth-azure-activedirectory copied to clipboard

Add missing require to azure_activedirectory.rb

Open flojon opened this issue 7 years ago • 3 comments

Fixes #21

flojon avatar May 29 '17 21:05 flojon

This should be merged asap as it fixes missing dependencies.

klumbe avatar May 12 '19 19:05 klumbe

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

jameszaghini avatar May 28 '19 04:05 jameszaghini

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

Read that before, but I would recommend to use this one: OmniAuth-azure-oauth2 Works perfectly.

klumbe avatar Jun 04 '19 21:06 klumbe