AzureAD / omniauth-azure-activedirectory

MIT License
50 stars 103 forks source link

Add missing require to azure_activedirectory.rb #31

Open flojon opened 7 years ago

flojon commented 7 years ago

Fixes #21

klumbe commented 5 years ago

This should be merged asap as it fixes missing dependencies.

jameszaghini commented 5 years ago

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

klumbe commented 5 years ago

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.