Closed joshtaylor closed 11 years ago
ignoring additional attributes coming back from the cas server if they aren't mapped or if the User model cannot use them.
Same as #3.
+1
More secure would be also match extended attribute against User.attr_accessible or User.attr_protected, but for now we can control attributes from Settings.auto_user_attributes_map.
ignoring additional attributes coming back from the cas server if they aren't mapped or if the User model cannot use them.