HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/LHouwen/dokuwiki.logic.nl/wwwroot/lib/plugins/adfs/lang/en/settings.php
<?php
/**
 * Configuration texts for ADFS SAML Auth
 */

$lang['idPEntityID'] = 'The ID of your SAML server. Usually <code>http://<i>&lt;yourserver&gt;</i>/adfs/services/trust</code>';
$lang['endpoint']    = 'The SAML auth API endpoint. Usually <code>https://<i>&lt;yourserver&gt;</i>/adfs/ls/</code>';
$lang['certificate'] = 'The SAML auth certificate';
$lang['lowercase'] = 'Treat user and group names as case insensitive and lower case them automatically?';
$lang['autoprovisioning'] = 'Automatic user provisioning: authenticated users are created automatically and do not need to be added manually by the wiki administrator';
$lang['userid_attr_name'] = 'User login name attribute';
$lang['fullname_attr_name'] = 'Full name attribute';
$lang['email_attr_name'] = 'E-mail attribute';
$lang['groups_attr_name'] = 'Groups attribute';