You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
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)
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
please update jwt version to 2.2+
The text was updated successfully, but these errors were encountered: