1<?php
2/**
3 * Default settings for the oauthgeneric plugin
4 */
5
6$conf['key'] = '';
7$conf['secret'] = '';
8
9$conf['authurl'] = '';
10$conf['tokenurl'] = '';
11$conf['userurl'] = '';
12$conf['authmethod'] = 0;
13$conf['scopes'] = '';
14$conf['needs-state'] = 0;
15
16$conf['json-user'] = '';
17$conf['json-name'] = '';
18$conf['json-mail'] = '';
19$conf['json-grps'] = '';
20
21$conf['label'] = 'OAuth';
22$conf['color'] = '#333333';
23