Class: OmniAuth::Strategies::SageOne

Inherits:
OAuth2
  • Object
show all
Defined in:
lib/omniauth/strategies/sage_one.rb

Instance Method Summary collapse

Instance Method Details

#callback_urlObject

Override this method to remove the query string from the callback_url because SageOne requires an exact match



34
35
36
# File 'lib/omniauth/strategies/sage_one.rb', line 34

def callback_url
  super.split('?').first
end