2022-04-29 13:58:37 +00:00
|
|
|
<?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>
|
2024-10-28 14:21:27 +00:00
|
|
|
<version>1.0.0-alpha.2</version>
|
2022-04-29 13:58:37 +00:00
|
|
|
<licence>agpl</licence>
|
2024-02-06 10:32:35 +00:00
|
|
|
<author mail="contact@indiehosters.net" homepage="https://indiehosters.net/">IndieHosters</author>
|
|
|
|
<author homepage="https://www.audriga.com/">Audriga</author>
|
2022-04-29 13:58:37 +00:00
|
|
|
<namespace>SCIMServiceProvider</namespace>
|
|
|
|
<category>integration</category>
|
2024-09-24 12:19:51 +00:00
|
|
|
<bugs>https://forge.libre.sh/libre.sh/scimserviceprovider</bugs>
|
2022-04-29 13:58:37 +00:00
|
|
|
<dependencies>
|
2024-10-28 14:20:29 +00:00
|
|
|
<nextcloud min-version="28" max-version="30"/>
|
2022-04-29 13:58:37 +00:00
|
|
|
</dependencies>
|
|
|
|
</info>
|