diff --git a/config/authsources.php.dist b/config/authsources.php.dist
index 4551f06322..e7f9ba7d38 100644
--- a/config/authsources.php.dist
+++ b/config/authsources.php.dist
@@ -2,16 +2,16 @@
$config = [
/*
- * When multiple authentication sources are defined, you can specify one to use by default
- * in order to authenticate users. In order to do that, you just need to name it "default"
- * here. That authentication source will be used by default then when a user reaches the
- * SimpleSAMLphp installation from the web browser, without passing through the API.
- *
- * If you already have named your auth source with a different name, you don't need to change
- * it in order to use it as a default. Just create an alias by the end of this file:
- *
- * $config['default'] = &$config['your_auth_source'];
- */
+ * When multiple authentication sources are defined, you can specify one to use by default
+ * in order to authenticate users. In order to do that, you just need to name it "default"
+ * here. That authentication source will be used by default then when a user reaches the
+ * SimpleSAMLphp installation from the web browser, without passing through the API.
+ *
+ * If you already have named your auth source with a different name, you don't need to change
+ * it in order to use it as a default. Just create an alias by the end of this file:
+ *
+ * $config['default'] = &$config['your_auth_source'];
+ */
// This is a authentication source which handles admin authentication.
'admin' => [
@@ -38,20 +38,20 @@ $config = [
'discoURL' => null,
/*
- * If SP behind the SimpleSAMLphp in IdP/SP proxy mode requests
- * AuthnContextClassRef, decide whether the AuthnContextClassRef will be
- * processed by the IdP/SP proxy or if it will be passed to the original
- * IdP in front of the IdP/SP proxy.
- */
+ * If SP behind the SimpleSAMLphp in IdP/SP proxy mode requests
+ * AuthnContextClassRef, decide whether the AuthnContextClassRef will be
+ * processed by the IdP/SP proxy or if it will be passed to the original
+ * IdP in front of the IdP/SP proxy.
+ */
'proxymode.passAuthnContextClassRef' => false,
/*
- * The attributes parameter must contain an array of desired attributes by the SP.
- * The attributes can be expressed as an array of names or as an associative array
- * in the form of 'friendlyName' => 'name'. This feature requires 'name' to be set.
- * The metadata will then be created as follows:
- *
- */
+ * The attributes parameter must contain an array of desired attributes by the SP.
+ * The attributes can be expressed as an array of names or as an associative array
+ * in the form of 'friendlyName' => 'name'. This feature requires 'name' to be set.
+ * The metadata will then be created as follows:
+ *
+ */
/*
'name' => [
'en' => 'A service',