<?php

/**
 * english language file for oauthazure plugin
 */

$lang['key'] = 'Client ID';
$lang['secret'] = 'Cient Secret';
$lang['openidurl'] = 'Your tenant name or ID';
$lang['fetchgroups'] = 'By default only roles from the JWT are used as user groups. Enabling this option fetches group data.';
$lang['stripdomain'] = 'Strip @domain from preferred_username';
