http://<yourserver>/adfs/services/trust'; $lang['endpoint'] = 'The SAML auth API endpoint. Usually https://<yourserver>/adfs/ls/'; $lang['slo_endpoint'] = 'The SAML auth API endpoint for the Single Logout service. Usually https://<yourserver>/adfs/ls/'; $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['use_slo'] = 'Whether to bounce back to the SP to complete a Single Logoff or to just kill the current DokuWiki session'; $lang["auto_login"] = "when to enforce auto-login: never will never ask to automatically authenticate; after login will prompt to automatically ask to re-authenticate if the DokuWiki session ends unless explicitly logged out; always will always require login"; $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';