You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

info.xml 1.0KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0"?>
  2. <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
  4. <id>oauth2</id>
  5. <name>OAuth 2.0</name>
  6. <summary>Allows OAuth2 compatible authentication from other web applications.</summary>
  7. <description>The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications.</description>
  8. <version>1.4.0</version>
  9. <licence>agpl</licence>
  10. <author>Lukas Reschke</author>
  11. <namespace>OAuth2</namespace>
  12. <default_enable/>
  13. <types>
  14. <authentication/>
  15. </types>
  16. <category>integration</category>
  17. <bugs>https://github.com/nextcloud/server/issues</bugs>
  18. <dependencies>
  19. <nextcloud min-version="16" max-version="16"/>
  20. </dependencies>
  21. <repair-steps>
  22. <post-migration>
  23. <step>OCA\OAuth2\Migration\SetTokenExpiration</step>
  24. </post-migration>
  25. </repair-steps>
  26. <settings>
  27. <admin>OCA\OAuth2\Settings\Admin</admin>
  28. </settings>
  29. </info>