Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 26fd2271..4244ed2f 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -35,6 +35,9 @@ While theoretically any other authentication provider implementing either one of
<dependencies>
<nextcloud min-version="18" max-version="20" />
</dependencies>
+ <commands>
+ <command>OCA\User_SAML\Command\GetMetadata</command>
+ </commands>
<settings>
<admin>OCA\User_SAML\Settings\Admin</admin>
<admin-section>OCA\User_SAML\Settings\Section</admin-section>