AzureAD / omniauth-azure-activedirectory

MIT License
50 stars 103 forks source link

Bump jwt version #46

Open dkrosso opened 4 years ago

dkrosso commented 4 years ago

please update jwt version to 2.2+

moracca commented 4 years ago

bump for this, as trying to support omniauth-azure-activedirectory and omniauth-google-oauth2 on the same system results in a gem conflict

    omniauth-azure-activedirectory was resolved to 1.0.0, which depends on
      jwt (~> 1.5)

    omniauth-google-oauth2 was resolved to 0.8.0, which depends on
      jwt (>= 2.0)
preethamJuego commented 3 years ago

setting gem to gem "jwt", "~> 1.5" in redmine_omniauth_azure directory gem then bundle update worked for me :).

davevanfleet commented 3 years ago

For any who are running into this problem feel free to check out my fork at https://github.com/davevanfleet/omniauth-activedirectory. I also made it available on ruby gems for any who need it. I had the same issue of a conflict with jwt versions for google and microsoft as the omniauth providers. I'm happy to maintain the repo there, as of right now the only change I made was bumping some dependencies so our rails app could have both google and microsoft as omniauth providers.