This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Description
I have my azure ad up and running, my app works fine on my local machine, but once deployed to AWS EB, I am getting the following error for route '/auth/azureactivedirectory'.
A really lowlevel plumbing error occured. Please contact your local Maytag(tm) repair person.
I have checked logs in AWS and getting this one:
Rack app error: #<NameError: uninitialized constant OmniAuth::Strategies::AzureActiveDirectory::Net>
Any ideas what is causing this?