18 lines
785 B
XML
18 lines
785 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>0.0.1</version>
|
||
|
<licence>agpl</licence>
|
||
|
<author mail="pierre@ozoux.net" >Pierre Ozoux</author>
|
||
|
<namespace>SCIMServiceProvider</namespace>
|
||
|
<category>integration</category>
|
||
|
<bugs>https://lab.libreho.st/libre.sh/docker/nextcloud/</bugs>
|
||
|
<dependencies>
|
||
|
<nextcloud min-version="22" max-version="22"/>
|
||
|
</dependencies>
|
||
|
</info>
|