Skip to content

Instantly share code, notes, and snippets.

@alexmuller
Created August 4, 2016 16:22
Show Gist options
  • Save alexmuller/c86f0b7f2f34ac63c7e3b1be48b5a71d to your computer and use it in GitHub Desktop.
Save alexmuller/c86f0b7f2f34ac63c7e3b1be48b5a71d to your computer and use it in GitHub Desktop.
GDS::SSO.config do |config|
config.user_model = "User"
config.oauth_id = ENV['SIGNON_OAUTH_ID']
config.oauth_secret = ENV['SIGNON_OAUTH_SECRET']
config.oauth_root_url = Plek.current.find("signon")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment