user_saml/appinfo/info.xml

16 lines
384 B
XML
Raw Normal View History

2016-06-29 00:04:23 +02:00
<?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>Nextcloud</author>
2016-07-22 12:10:33 +02:00
<version>1.1.0</version>
2016-06-29 00:04:23 +02:00
<dependencies>
2016-07-22 12:10:33 +02:00
<owncloud min-version="9.2" max-version="9.2" />
2016-06-29 00:04:23 +02:00
</dependencies>
2016-06-29 18:54:44 +02:00
<types>
<authentication/>
</types>
2016-06-29 00:04:23 +02:00
</info>