From 7b624df2fedacd1ffe0eec47055a6fb5fc3aee8b Mon Sep 17 00:00:00 2001 From: Okke Harsta Date: Tue, 29 Oct 2024 15:56:37 +0100 Subject: [PATCH] Part of https://github.com/OpenConext/OpenConext-myconext/issues/534 --- roles/myconext/templates/application.yml.j2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/myconext/templates/application.yml.j2 b/roles/myconext/templates/application.yml.j2 index 1c555e1dc..9f1cf1474 100644 --- a/roles/myconext/templates/application.yml.j2 +++ b/roles/myconext/templates/application.yml.j2 @@ -164,6 +164,12 @@ oidc: sp-create-from-institution-redirect-url: https://mijn.{{ myconext_base_domain }}/myconext/api/sp/create-from-institution/oidc-redirect base-url: https://connect.{{ base_domain }} + +services-configuration: + # All entity identifiers from services we want to hide in the data & activity overview + hide_in_overview: + - playground_client + linked_accounts: # The duration that non validated-name linked accounts are valid - note that they are not removed and will still be used for EPPN Pseudonymisation expiry-duration-days-non-validated: 180