user_saml/appinfo/info.xml
Lukas Reschke 85364aeb34
Use new admin page module
Makes this page a single page as implemented in https://github.com/nextcloud/server/pull/796
2016-08-10 16:27:21 +02:00

20 lines
524 B
XML

<?xml version="1.0"?>
<info>
<id>user_saml</id>
<name>SAML Authentication</name>
<description>Authenticates user against a SAML backend, such as Shibboleth.</description>
<licence>AGPL</licence>
<author>Lukas Reschke</author>
<version>1.2.0</version>
<dependencies>
<owncloud min-version="9.2" max-version="9.2" />
</dependencies>
<types>
<authentication/>
</types>
<settings>
<admin>\OCA\User_SAML\Settings\Admin</admin>
<admin-section>OCA\User_SAML\Settings\Section</admin-section>
</settings>
</info>