1<?php 2 3/** 4 * Default settings for the oauthazure plugin 5 */ 6 7$conf['key'] = ''; 8$conf['secret'] = ''; 9$conf['tenant'] = ''; 10$conf['fetchgroups'] = 0; 11$conf['stripdomain'] = 0; 12