user_saml/appinfo/info.xml
Lukas Reschke 8081354dd7
Add Makefile
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-25 17:10:22 +02:00

26 lines
753 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.3.1</version>
<dependencies>
<lib>mcrypt</lib>
<nextcloud min-version="12" max-version="12" />
</dependencies>
<namespace>User_SAML</namespace>
<types>
<authentication/>
</types>
<settings>
<admin>\OCA\User_SAML\Settings\Admin</admin>
<admin-section>https://docs.nextcloud.com/server/12/admin_manual/configuration_server/sso_configuration.html</admin-section>
</settings>
<documentation>
<admin>admin-sso</admin>
</documentation>
</info>