1<?php 2 3/** 4 * english language file for oauthazure plugin 5 */ 6 7$lang['key'] = 'Client ID'; 8$lang['secret'] = 'Cient Secret'; 9$lang['openidurl'] = 'Your tenant name or ID'; 10$lang['fetchgroups'] = 'By default only roles from the JWT are used as user groups. Enabling this option fetches group data.'; 11$lang['stripdomain'] = 'Strip @domain from preferred_username'; 12