lib/ddr/auth.rb in ddr-models-1.9.0 vs lib/ddr/auth.rb in ddr-models-1.10.0

- old
+ new

@@ -6,10 +6,11 @@ autoload :Superuser autoload :Ability autoload :GroupService autoload :GrouperService autoload :RemoteGroupService + autoload :FailureApp # Group authorized to act as superuser mattr_accessor :superuser_group # Group authorized to create Collections @@ -42,9 +43,14 @@ end # Group of authenticated users mattr_accessor :authenticated_users_group do "registered" + end + + # Whether to require Shibboleth authentication + mattr_accessor :require_shib_user_authn do + false end end end