Adjust info.xml

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2017-04-25 17:31:57 +02:00
parent 7477e83c7b
commit cac65ad055
No known key found for this signature in database
GPG key ID: B9F6980CF6E759B1

View file

@ -4,23 +4,26 @@
<name>SSO &amp; SAML authentication</name>
<description>Authenticates user against a SAML backend, such as Shibboleth or
other SSO solutions such as Kerberos.</description>
<version>1.3.1</version>
<licence>AGPL</licence>
<author>Lukas Reschke</author>
<version>1.3.1</version>
<category>auth</category>
<dependencies>
<lib>mcrypt</lib>
<nextcloud min-version="12" max-version="12" />
</dependencies>
<namespace>User_SAML</namespace>
<types>
<authentication/>
</types>
<documentation>
<admin>https://docs.nextcloud.com/server/12/admin_manual/configuration_server/sso_configuration.html</admin>
</documentation>
<category>auth</category>
<website>https://github.com/nextcloud/user_saml</website>
<bugs>https://github.com/nextcloud/user_saml/issues</bugs>
<repository type="git">https://github.com/nextcloud/user_saml.git</repository>
<dependencies>
<lib>mcrypt</lib>
<nextcloud min-version="12" max-version="12" />
</dependencies>
<settings>
<admin>\OCA\User_SAML\Settings\Admin</admin>
<admin-section>OCA\User_SAML\Settings\Section</admin-section>
</settings>
<documentation>
<admin>https://docs.nextcloud.com/server/12/admin_manual/configuration_server/sso_configuration.html</admin>
</documentation>
</info>