2022-04-12 00:48:59 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2024-10-30 21:20:47 +03:00
|
|
|
<!--
|
|
|
|
- SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
|
|
|
|
- SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
-->
|
2022-04-12 00:48:59 +03:00
|
|
|
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
2020-04-20 12:45:56 +03:00
|
|
|
<id>user_oidc</id>
|
|
|
|
<name>OpenID Connect user backend</name>
|
2021-09-10 10:26:57 +03:00
|
|
|
<summary>Use an OpenID Connect backend to login to your Nextcloud</summary>
|
|
|
|
<description>Allows flexible configuration of an OIDC server as Nextcloud login user backend.</description>
|
2024-10-30 12:20:37 +03:00
|
|
|
<version>6.1.2</version>
|
2020-04-20 12:45:56 +03:00
|
|
|
<licence>agpl</licence>
|
|
|
|
<author>Roeland Jago Douma</author>
|
2021-08-09 19:22:48 +03:00
|
|
|
<author>Julius Härtl</author>
|
|
|
|
<author>Bernd Rederlechner</author>
|
2020-04-20 12:45:56 +03:00
|
|
|
<namespace>UserOIDC</namespace>
|
2020-05-25 14:02:07 +03:00
|
|
|
<types>
|
|
|
|
<authentication/>
|
|
|
|
</types>
|
2020-04-20 12:45:56 +03:00
|
|
|
<category>integration</category>
|
|
|
|
<category>social</category>
|
2020-05-25 14:02:07 +03:00
|
|
|
<website>https://github.com/nextcloud/user_oidc</website>
|
|
|
|
<bugs>https://github.com/nextcloud/user_oidc/issues</bugs>
|
|
|
|
<repository>https://github.com/nextcloud/user_oidc</repository>
|
2020-04-20 12:45:56 +03:00
|
|
|
<dependencies>
|
2024-08-14 15:45:08 +03:00
|
|
|
<nextcloud min-version="26" max-version="31"/>
|
2020-04-20 12:45:56 +03:00
|
|
|
</dependencies>
|
2020-04-29 12:21:09 +03:00
|
|
|
<settings>
|
|
|
|
<admin>OCA\UserOIDC\Settings\AdminSettings</admin>
|
|
|
|
<admin-section>OCA\UserOIDC\Settings\Section</admin-section>
|
|
|
|
</settings>
|
2021-06-17 18:26:45 +03:00
|
|
|
|
2022-07-26 15:47:43 +03:00
|
|
|
<background-jobs>
|
|
|
|
<job>OCA\UserOIDC\Cron\CleanupSessions</job>
|
|
|
|
</background-jobs>
|
2021-06-17 18:26:45 +03:00
|
|
|
<commands>
|
|
|
|
<command>OCA\UserOIDC\Command\UpsertProvider</command>
|
|
|
|
<command>OCA\UserOIDC\Command\DeleteProvider</command>
|
|
|
|
</commands>
|
2020-04-20 12:45:56 +03:00
|
|
|
</info>
|