From 651cc7d8dbf00441e27b51db3c8ece7ff1e0dc3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20Tisza?= Date: Thu, 2 Nov 2023 21:14:38 -0700 Subject: [PATCH] Declare grant risk levels Bug: T290790 Depends-On: Ib7a195c167f82e686c4ede45388957f9988bf75d Change-Id: Ic3493adbf012f2f6f9c7fc9598a7aba93fab18ed --- extension.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extension.json b/extension.json index 936888d4..03eca1a7 100644 --- a/extension.json +++ b/extension.json @@ -173,6 +173,9 @@ "GrantPermissionGroups": { "oath": "authentication" }, + "GrantRiskGroups": { + "oath": "internal" + }, "APIModules": { "oathvalidate": "\\MediaWiki\\Extension\\OATHAuth\\Api\\Module\\ApiOATHValidate" },