user_saml/appinfo/info.xml
Morris Jobke 4093081ea8
Update to 11
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-11-15 21:48:39 +01:00

22 lines
608 B
XML

<?xml version="1.0"?>
<info>
<id>user_saml</id>
<name>SSO &amp; SAML authentication</name>
<description>Authenticates user against a SAML backend, such as Shibboleth or
other SSO solutions such as Kerberos.</description>
<licence>AGPL</licence>
<author>Lukas Reschke</author>
<version>1.2.2</version>
<dependencies>
<nextcloud min-version="11" max-version="11" />
</dependencies>
<namespace>User_SAML</namespace>
<types>
<authentication/>
</types>
<settings>
<admin>\OCA\User_SAML\Settings\Admin</admin>
<admin-section>OCA\User_SAML\Settings\Section</admin-section>
</settings>
</info>