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,