mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Allow CAS authentication
This commit is contained in:
@@ -11,7 +11,8 @@ class Users::OmniauthCallbacksController < ApplicationController
|
||||
Auth::OpenIdAuthenticator.new("yahoo", "https://me.yahoo.com", trusted: true),
|
||||
Auth::GithubAuthenticator.new,
|
||||
Auth::TwitterAuthenticator.new,
|
||||
Auth::PersonaAuthenticator.new
|
||||
Auth::PersonaAuthenticator.new,
|
||||
Auth::CasAuthenticator.new
|
||||
]
|
||||
|
||||
skip_before_filter :redirect_to_login_if_required
|
||||
|
||||
Reference in New Issue
Block a user