URI parameter "attributes" contains non standard formatted names for simple extension properties
说明
Steps to reproduce:
Configure a SCIM connection to service provider using schema extensions. Map some properties declared as "returned" : "request" by schema.
Expected result:
SCIM Connector uses well formatted attributes parameter in GET request URI. (e.g. urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:permissionsets, urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:permissionsets.name, urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:permissionsets.value)
Different result:
Non complex properties declared by schema extensions do not follow the guidlines for RFC 7644 (sec. 3.10). (i.e. urn:ietf:params:scim:schemas:extension:enterprise:2.0:User.permissionsets, urn:ietf:params:scim:schemas:extension:enterprise:2.0:User.permissionsets.name, urn:ietf:params:scim:schemas:extension:enterprise:2.0:User.permissionsets.value)
原因
This is a product defect (37099).
解决办法
WORKAROUND
None
STATUS
This will be fixed in a future release of the product. If you require this immediately corrected, please contact Support for a hotfix referencing the defect ID 37099.