diff --git a/roles/manage/templates/metadata_configuration/oauth20_rs.schema.json.j2 b/roles/manage/templates/metadata_configuration/oauth20_rs.schema.json.j2 index d0cd39035..6bf1f1419 100644 --- a/roles/manage/templates/metadata_configuration/oauth20_rs.schema.json.j2 +++ b/roles/manage/templates/metadata_configuration/oauth20_rs.schema.json.j2 @@ -188,6 +188,18 @@ "fetch": "scopes" }, "info": "The allowed scopes for this Resource Server." + }, + "alliance": { + "type": "array", + "items": { + "type": "string", + "enum": [ + "EWUU", + "LDE", + "KOM" + ] + }, + "info": "Specifies the alliance(s) this Resource Server belongs to" } }, "patternProperties": { 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 da12914c5..d7f47571c 100644 --- a/roles/manage/templates/metadata_configuration/oidc10_rp.schema.json.j2 +++ b/roles/manage/templates/metadata_configuration/oidc10_rp.schema.json.j2 @@ -628,6 +628,18 @@ ] }, "info": "The types of service used in the facet search in dashboard (max 3)." + }, + "alliance": { + "type": "array", + "items": { + "type": "string", + "enum": [ + "EWUU", + "LDE", + "KOM" + ] + }, + "info": "Specifies the alliance(s) this Relying Party belongs to" } }, "patternProperties": {