SingleSignOn controller with routes and config

This commit is contained in:
Maikel Linke
2016-01-07 12:23:39 +11:00
parent 09086b8dd8
commit 030f4f63ed
4 changed files with 45 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
# This class is the reference implementation of a SSO provider from Discourse.
module OpenFoodNetwork
module Discourse
class SingleSignOn
ACCESSORS = [:nonce, :name, :username, :email, :avatar_url, :avatar_force_update, :require_activation,
:about_me, :external_id, :return_sso_url, :admin, :moderator, :suppress_welcome_message]