diff options
Diffstat (limited to 'apps/oauth2/appinfo/info.xml')
-rw-r--r-- | apps/oauth2/appinfo/info.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/apps/oauth2/appinfo/info.xml b/apps/oauth2/appinfo/info.xml new file mode 100644 index 00000000000..ebead97eb72 --- /dev/null +++ b/apps/oauth2/appinfo/info.xml @@ -0,0 +1,18 @@ +<?xml version="1.0"?> +<info> + <id>oauth2</id> + <name>OAuth 2.0</name> + <description>The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications.</description> + <licence>AGPL</licence> + <author>Lukas Reschke</author> + <namespace>OAuth2</namespace> + <version>1.0.3</version> + <default_enable/> + <types> + <authentication/> + </types> + + <settings> + <admin>OCA\OAuth2\Settings\Admin</admin> + </settings> +</info> |