Getting this after a basic installation :
gem 'omniauth'
gem 'omniauth-saml'
It returns :
active_support/dependencies.rb:251:in `require': no such file to load -- omniauth/core (LoadError)
So I add that to the gemfile though the ReadMe.md doesn't suggest so :
Now it gets me to here :
my_project/gems/omniauth-1.1.1/lib/omniauth/builder.rb:39:in `rescue in provider': Could not find matching strategy for :saml. You may need to install an additional gem (such as omniauth-saml). (LoadError)
Not sure what to do/think ..