2017-05-05 00:46:59 +03:00
<?xml version="1.0"?>
2018-02-07 18:04:45 +03:00
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
2017-05-05 00:46:59 +03:00
<id > oauth2</id>
<name > OAuth 2.0</name>
2018-02-07 18:04:45 +03:00
<summary > Allows OAuth2 compatible authentication from other web applications.</summary>
2017-05-05 00:46:59 +03:00
<description > The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications.</description>
2020-09-18 10:14:52 +03:00
<version > 1.9.0</version>
2017-05-18 15:36:30 +03:00
<licence > agpl</licence>
2017-05-05 00:46:59 +03:00
<author > Lukas Reschke</author>
<namespace > OAuth2</namespace>
<default_enable />
<types >
<authentication />
</types>
2018-02-07 18:04:45 +03:00
<category > integration</category>
<bugs > https://github.com/nextcloud/server/issues</bugs>
2017-05-22 11:32:05 +03:00
<dependencies >
2021-02-03 10:38:41 +03:00
<nextcloud min-version= "22" max-version= "22" />
2017-05-22 11:32:05 +03:00
</dependencies>
2017-05-05 00:46:59 +03:00
2018-05-16 11:35:18 +03:00
<repair-steps >
<post-migration >
<step > OCA\OAuth2\Migration\SetTokenExpiration</step>
</post-migration>
</repair-steps>
2017-05-05 00:46:59 +03:00
<settings >
<admin > OCA\OAuth2\Settings\Admin</admin>
</settings>
</info>