src/plugins/oauthprovider/debian/rules -text
src/plugins/oauthprovider/debian/source/format -text
src/plugins/oauthprovider/etc/httpd.d/62plugin-oauthprovider -text
+src/plugins/oauthprovider/etc/oauthprovider.ini -text
src/plugins/oauthprovider/etc/plugins/oauthprovider/config.php -text
src/plugins/oauthprovider/example/command-line.php -text
src/plugins/oauthprovider/include/access_token_api.php -text
--- /dev/null
+[oauthprovider]
+
+; By default, oauth is sufficient, but no other auth plugin should be required, then
+required = no
+;required = yes
+
+sufficient = yes
+;sufficient = no
+
+; Allowed values: never, user-creation, login, every-page
+;sync_data_on = never
+