From 93439b7f666a1e7870f12f9e1570aa524fb2963e Mon Sep 17 00:00:00 2001 From: Bas Zoetekouw <bas.zoetekouw@surf.nl> Date: Wed, 8 Jan 2025 15:06:23 +0100 Subject: [PATCH] fix ssp config --- roles/test-idp/templates/authsources.php.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/test-idp/templates/authsources.php.j2 b/roles/test-idp/templates/authsources.php.j2 index 6431e8ab..90e8335e 100644 --- a/roles/test-idp/templates/authsources.php.j2 +++ b/roles/test-idp/templates/authsources.php.j2 @@ -54,6 +54,6 @@ $config['example-userpass'] = [ {% for attr, val in user.attributes.items() %} '{{attr}}' => {% if val is string %}'{{val}}'{% else %}{{val}}{% endif %}, {% endfor %} - ] + ], {% endfor %} ];