From d0af493ad581115793ce50bff0cc96d0969cc1e3 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst Date: Fri, 15 Nov 2024 15:46:31 +0100 Subject: [PATCH] Add sp-specific metadata checkbox also to RPs Although it makes less natural sense than for SAML SPs (since the generated metadata is SAML), some consumers may have an interest in this metadata for their purposes. --- .../metadata_configuration/oidc10_rp.schema.json.j2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/manage/templates/metadata_configuration/oidc10_rp.schema.json.j2 b/roles/manage/templates/metadata_configuration/oidc10_rp.schema.json.j2 index 08e6903e7..31386095d 100644 --- a/roles/manage/templates/metadata_configuration/oidc10_rp.schema.json.j2 +++ b/roles/manage/templates/metadata_configuration/oidc10_rp.schema.json.j2 @@ -328,6 +328,11 @@ "type": "number", "info": "The height of the logo found at logo:0:url in pixels." }, + "coin:sp_specific_metadata": { + "type": "boolean", + "default": false, + "info": "Publish SP-specific metadata containing only whitelisted IdPs." + }, "coin:push_enabled": { "type": "boolean", "default": false,