Remove OmniAuth::Strategies::Crowd::Configuration.use_sso? method. It's not needed because we already have use_sessions? and it was used incorrectly anyway (use_sso? checked for existence of sso_url and was used when the URL was not even needed).
This is a bug fix and probably a major level change since it's changes (Once again) how sessions are used. Sorry I didn't notice this earlier!
Remove OmniAuth::Strategies::Crowd::Configuration.use_sso? method. It's not needed because we already have use_sessions? and it was used incorrectly anyway (use_sso? checked for existence of sso_url and was used when the URL was not even needed).
This is a bug fix and probably a major level change since it's changes (Once again) how sessions are used. Sorry I didn't notice this earlier!