aj-michael / omniauth-azure-ad

OmniAuth strategy for Azure Active Directory
0 stars 0 forks source link

Error for '/auth/azureactivedirectory' (AWS Elastic Beanstalk) #1

Open abezulski opened 8 years ago

abezulski commented 8 years ago

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?

aj-michael commented 8 years ago

Hi @abezulski , I'm glad that you found the actual repository on AzureAD instead of this one. I do not have an immediate answer to your solution as I do not have experience with AWS and have not seen that issue before, but I will look into it and get back to you.

Just to make sure, did you get the code via Ruby gems or from this repository? Because the code in this repository is not correct. The code in the AzureAd repository and on RubyGems is correct.

abezulski commented 8 years ago

Hi @aj-michael, I have updated other ticket; I got the the code via Ruby Gems.