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

- old
+ new

@@ -6,11 +6,10 @@ 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 @@ -48,9 +47,13 @@ end # Whether to require Shibboleth authentication mattr_accessor :require_shib_user_authn do false + end + + mattr_accessor :sso_logout_url do + "/Shibboleth.sso/Logout?return=https://shib.oit.duke.edu/cgi-bin/logout.pl" end end end