lib/omni_auth/strategies/saml.rb in cul_omniauth-0.4.0 vs lib/omni_auth/strategies/saml.rb in cul_omniauth-0.4.1
- old
+ new
@@ -41,10 +41,10 @@
# @param [Hash] The user info for the Service Ticket returned by the CAS server
#
# @return [Hash] Extra user info
option :fetch_raw_info, Proc.new { Hash.new }
# Make all the keys configurable with some defaults set here
- option :uid_field, 'user'
+ option :uid_field, 'uid'
option :name_key, 'name'
option :email_key, 'email'
option :nickname_key, 'user'
option :first_name_key, 'first_name'
option :last_name_key, 'last_name'
\ No newline at end of file