From 66fa240dd1927c26e1200c16bc79a60103d3ed0a Mon Sep 17 00:00:00 2001 From: Bart Geesink Date: Sat, 25 May 2024 12:35:53 +0200 Subject: [PATCH] Myconext: - Use the engineblock entityID to tell shibboleth where to login after logging out - Add missing config parameter --- 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 bcdd3053c..08e433a7b 100644 --- a/roles/myconext/templates/application.yml.j2 +++ b/roles/myconext/templates/application.yml.j2 @@ -72,7 +72,7 @@ rp_origin: https://login.{{ myconext_base_domain }} sp_redirect_url: https://mijn.{{ myconext_base_domain }} sp_entity_id: {{ myconext.sp_entity_id }} sp_entity_metadata_url: {{ myconext.sp_entity_metadata_url }} -guest_idp_entity_id: https://login.{{ myconext_base_domain }} +guest_idp_entity_id: https://engine.{{ base_domain }}/authentication/idp/metadata my_conext_url: https://mijn.{{ myconext_base_domain }} domain: {{ myconext_base_domain }} mijn_eduid_entity_id: https://mijn.{{ myconext_base_domain }}/shibboleth @@ -155,6 +155,7 @@ linked_accounts: account_linking_context_class_ref: linked_institution: https://eduid.nl/trust/linked-institution validate_names: https://eduid.nl/trust/validate-names + validate_names_external: https://eduid.nl/trust/validate-names-external affiliation_student: https://eduid.nl/trust/affiliation-student profile_mfa: https://refeds.org/profile/mfa