1<?php 2/** 3 * Configuration texts for ADFS SAML Auth 4 */ 5 6$lang['idPEntityID'] = 'The ID of your SAML server. Usually <code>http://<i><yourserver></i>/adfs/services/trust</code>'; 7$lang['endpoint'] = 'The SAML auth API endpoint. Usually <code>https://<i><yourserver></i>/adfs/ls/</code>'; 8$lang['certificate'] = 'The SAML auth certificate'; 9$lang['lowercase'] = 'Treat user and group names as case insensitive and lower case them automatically?'; 10$lang['autoprovisioning'] = 'Automatic user provisioning: authenticated users are created automatically and do not need to be added manually by the wiki administrator'; 11$lang['userid_attr_name'] = 'User login name attribute'; 12$lang['fullname_attr_name'] = 'Full name attribute'; 13$lang['email_attr_name'] = 'E-mail attribute'; 14$lang['groups_attr_name'] = 'Groups attribute'; 15 16 17