Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Use latest ruby-saml gem? #50

Open
varenius opened this issue Apr 22, 2020 · 1 comment
Open

Use latest ruby-saml gem? #50

varenius opened this issue Apr 22, 2020 · 1 comment

Comments

@varenius
Copy link

I don't know much about ruby, or gems (yet), but when reading a bit it struck me that the gemfile for this module currently specifies
gem 'ruby-saml', '~> 0.9.2'
while there seems to have been a lot of important updates since this version (according to https://github.com/onelogin/ruby-saml#clock-drift which is now listing 1.11 as the latest version since more than 6 months.

For security reasons, I guess it would be worth updating the module to work with the most recent ruby-saml version?

Kind regards
Eskil

@aligot-cblue
Copy link

FYI: this works for me and fix some missing KeyDescriptor in metadata

gem 'ruby-saml', '>= 0.9.2'
gem 'omniauth', '>= 1.2.2'
gem 'omniauth-saml'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants