Skip to content

Commit bbda8ca

Browse files
committed
https://github.com/OpenConext/OpenConext-Invite/issues/423
1 parent abe98d1 commit bbda8ca

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@
9494
"default": false,
9595
"info": "If checked then we use the PUT method for Group updates thus sending all information (e.g. all members), otherwise PATCH with only the added or removed member."
9696
},
97+
"scim_user_provisioning_only": {
98+
"type": "boolean",
99+
"default": false,
100+
"info": "If checked then we only provision SCIM users and not groups. Only applicable for SCIM provisioning"
101+
},
97102
"scim_user_identifier": {
98103
"type": "string",
99104
"enum": [

0 commit comments

Comments
 (0)