1
0
Fork 0

Setup omniauth provider

This commit is contained in:
Andrew Tomaka 2013-03-15 09:00:36 -04:00
parent 6f03edb64c
commit 021982d1ec
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Rails.application.config.middleware.use OmniAuth::Builder do
provider :kerberos, :fields => [ :email, :password ]
end