From ce82b77b2df835b1bc5083aa5012056adc3c43ff Mon Sep 17 00:00:00 2001 From: Okke Harsta Date: Wed, 1 Jul 2026 09:24:22 +0200 Subject: [PATCH] Allow for multiple schac homes for user lookup https://github.com/OpenConext/OpenConext-myconext/issues/1250 --- roles/myconext/templates/application.yml.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/myconext/templates/application.yml.j2 b/roles/myconext/templates/application.yml.j2 index 9e2af3722..0b19c800d 100644 --- a/roles/myconext/templates/application.yml.j2 +++ b/roles/myconext/templates/application.yml.j2 @@ -54,7 +54,8 @@ identity-provider-meta-data: description: "eduID IdP" logo_uri: "https://static.surfconext.nl/media/idp/eduid.png" -schac_home_organization: eduid.nl +# The first entry is the main schacHome +schac_home_organizations: "eduid.nl, surfguest.nl" cron: node-cron-job-responsible: {{ myconext_cronjobmaster }}