diff --git a/roles/manage-server/templates/metadata_configuration/oidc10_rp.schema.json.j2 b/roles/manage-server/templates/metadata_configuration/oidc10_rp.schema.json.j2 index ae4c8827b..c2a6a9589 100644 --- a/roles/manage-server/templates/metadata_configuration/oidc10_rp.schema.json.j2 +++ b/roles/manage-server/templates/metadata_configuration/oidc10_rp.schema.json.j2 @@ -289,6 +289,11 @@ "info": "Select this option to force all claims to be included in the id_token.", "default": false }, + "oidc:jwtRequestUri": { + "type": "string", + "format": "url", + "info": "Enter the URL that is allowed to use for this RP to host a JWT containing request parameters (when doing a request using a signed jwt)." + }, "logo:0:url": { "type": "string", "format": "url",