1<?php
2
3/**
4 * Options for the oauthazure plugin
5 */
6
7$meta['key'] = array('string');
8$meta['secret'] = array('password');
9$meta['tenant'] = array('string');
10$meta['fetchgroups'] = array('onoff');
11$meta['stripdomain'] = array('onoff');
12