From dfef1fb5bbcb1c5fcc31d3f520f6c16ced524e08 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Tue, 4 Aug 2020 22:03:08 +1200 Subject: [PATCH] Remove unused domain server setting --- domain-server/resources/describe-settings.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/domain-server/resources/describe-settings.json b/domain-server/resources/describe-settings.json index c901772296..8e57a9b683 100644 --- a/domain-server/resources/describe-settings.json +++ b/domain-server/resources/describe-settings.json @@ -69,14 +69,6 @@ "type": "checkbox", "advanced": true }, - { - "name": "require_oauth2", - "label": "Require OAuth2 Authentication", - "help": "For any users not explicitly authorized in these settings, notify the Interface to authenticate through this method.", - "default": false, - "type": "checkbox", - "advanced": true - }, { "name": "oauth2_url_path", "label": "Authentication URL",