I have encounter issue for Group Provisioning. description attribute value is coming as null from Group Post request even though it is mapped in Okta Groups Profile. We created group → added group name and enter group description but when i push group from Push Group button In Post Group request description value is null. is their anything specific that needs to be done because i am getting displayname correctly.
Request recieved from Okta
ScimGroupRequest {
displayName = ‘scimGroup4’,
schemas = [
‘urn:ietf:params:scim:schemas:core:2.0:Group’
],
members = [
ScimSubCategory.Member {
value = ‘f2a3b9d1-8f64-4d83-bb0e-a7d43b372c9e’,
display = ‘scimvjtest@test.com’
}
],
description = ‘null’
}
Attaching image of Group attribute mapping. I cant edit them as well so not sure what can be done