Skip to content

Commit d7adcd6

Browse files
authored
Merge pull request #709 from OpenConext/feature/add_allianse
Add alliance metadata field to RP's and RS's
2 parents 26ca249 + fba4647 commit d7adcd6

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

roles/manage/templates/metadata_configuration/oauth20_rs.schema.json.j2

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,18 @@
188188
"fetch": "scopes"
189189
},
190190
"info": "The allowed scopes for this Resource Server."
191+
},
192+
"alliance": {
193+
"type": "array",
194+
"items": {
195+
"type": "string",
196+
"enum": [
197+
"EWUU",
198+
"LDE",
199+
"KOM"
200+
]
201+
},
202+
"info": "Specifies the alliance(s) this Resource Server belongs to"
191203
}
192204
},
193205
"patternProperties": {

roles/manage/templates/metadata_configuration/oidc10_rp.schema.json.j2

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,18 @@
628628
]
629629
},
630630
"info": "The types of service used in the facet search in dashboard (max 3)."
631+
},
632+
"alliance": {
633+
"type": "array",
634+
"items": {
635+
"type": "string",
636+
"enum": [
637+
"EWUU",
638+
"LDE",
639+
"KOM"
640+
]
641+
},
642+
"info": "Specifies the alliance(s) this Relying Party belongs to"
631643
}
632644
},
633645
"patternProperties": {

0 commit comments

Comments
 (0)