Conversation
|
Maintainers: Can this please be merged? I will have to fork just to get this to work at all. |
|
Hello @aj-michael, @brandwe, @cchar could you please let us know whether this gem is abandoned or whether it is possible to at least merge this request? I think there are more people interested in Azure AD integration with Ruby. Is there any other alternative or more modern solution for this topic? Thank you very much! |
|
Hi @Laykou , I do not have ownership nor write permissions to this repository or the ruby gem. Perhaps @brandwe or @RandalliLama can clarify future plans to maintain it. |
|
Hi! would appreciate an update on the status of this repo. |
|
I've also needed to fork and make updates to this repo, since my team needs omniauth with microsoft as a provider for a customer of ours, but this gem was out of date and had conflicts with other providers. If anybody would like to use my fork it's at https://github.com/davevanfleet/omniauth-activedirectory. I've also made a ruby gem available based on my fork. I'm happy to maintain the repo there (though I'm sure I'll need help at some point). |
The Issue
The
azure_activedirectory.rbstrategy in this project does not include thenet/httplibrary but uses it heavily.On Ubuntu 16+, Ruby 2.5, authentication attempts fail because of this missing requirement.
The solution
I've simply included
net/httpin the Azure Active Directory strategy to resolve this.I've tested authentication is working normally after this change.