scimserviceprovider/appinfo/info.xml

18 lines
909 B
XML

<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>scimserviceprovider</id>
<name>SCIM Service Provider</name>
<summary>Implements SCIM protocol as a Service Provider</summary>
<description><![CDATA[This app allows to sync users and groups from a scim client.]]></description>
<version>1.0.0-alpha.0</version>
<licence>agpl</licence>
<author mail="contact@indiehosters.net" homepage="https://indiehosters.net/">IndieHosters</author>
<author homepage="https://www.audriga.com/">Audriga</author>
<namespace>SCIMServiceProvider</namespace>
<category>integration</category>
<bugs>https://lab.libreho.st/libre.sh/scim/scimserviceprovider</bugs>
<dependencies>
<nextcloud min-version="26" max-version="28"/>
</dependencies>
</info>