diff --git a/config/application.rb b/config/application.rb index eb7f16a..b0c8544 100644 --- a/config/application.rb +++ b/config/application.rb @@ -114,7 +114,7 @@ # will be driven out to your federation's discovery service # # A super admin will also be able to associate orgs with their shibboleth entityIds if this is set to true - config.shibboleth_use_filtered_discovery_service = true + config.shibboleth_use_filtered_discovery_service = false # Active Record will no longer suppress errors raised in after_rollback or after_commit # in the next version. Devise appears to be using those callbacks.