aboutsummaryrefslogtreecommitdiffstats
path: root/ocs
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2023-04-12 09:34:38 -0100
committerMaxence Lange <maxence@artificial-owl.com>2023-04-12 09:34:49 -0100
commitfc29b0d1b73b1f6c8a769de75064676528142a78 (patch)
tree8dccd2dbf36e3d3fd8deab12d31a23927347f418 /ocs
parent9edc3aa354f51c2886c2c153621a84a465a44504 (diff)
downloadnextcloud-server-fc29b0d1b73b1f6c8a769de75064676528142a78.tar.gz
nextcloud-server-fc29b0d1b73b1f6c8a769de75064676528142a78.zip
app type extended_authentication
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'ocs')
-rw-r--r--ocs/v1.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/ocs/v1.php b/ocs/v1.php
index 3fba48b13c8..05539899372 100644
--- a/ocs/v1.php
+++ b/ocs/v1.php
@@ -50,6 +50,7 @@ use Symfony\Component\Routing\Exception\MethodNotAllowedException;
try {
OC_App::loadApps(['session']);
OC_App::loadApps(['authentication']);
+ OC_App::loadApps(['extended_authentication']);
// load all apps to get all api routes properly setup
// FIXME: this should ideally appear after handleLogin but will cause