Skip to content

Commit bd489b2

Browse files
authored
Merge pull request #611 from nextcloud/cleanup/app-boostrap
Cleanup app bootstrap
2 parents 9fc126c + 3f2ac22 commit bd489b2

File tree

7 files changed

+258
-240
lines changed

7 files changed

+258
-240
lines changed

appinfo/app.php

Lines changed: 0 additions & 176 deletions
This file was deleted.

appinfo/info.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ While theoretically any other authentication provider implementing either one of
2626
<namespace>User_SAML</namespace>
2727
<types>
2828
<authentication/>
29+
<dav/>
2930
</types>
3031
<documentation>
3132
<admin>https://portal.nextcloud.com/article/configuring-single-sign-on-10.html</admin>
@@ -60,4 +61,9 @@ While theoretically any other authentication provider implementing either one of
6061
<admin>OCA\User_SAML\Settings\Admin</admin>
6162
<admin-section>OCA\User_SAML\Settings\Section</admin-section>
6263
</settings>
64+
<sabre>
65+
<plugins>
66+
<plugin>OCA\User_SAML\DavPlugin</plugin>
67+
</plugins>
68+
</sabre>
6369
</info>

0 commit comments

Comments
 (0)