Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.9
Description
When SCIM user extension is defined as introduced by SYNCOPE-1822, the following JSON payload excerpt is returned:
"urn:ietf:params:scim:schemas:extension:syncope:2.0:User": { "attributes": { "extmail": "verdi@syncope.org" } }
while it should be instead
"urn:ietf:params:scim:schemas:extension:syncope:2.0:User": { "extmail": "verdi@syncope.org" }
e.g. without the attributes container.
Attachments
Issue Links
- is caused by
-
SYNCOPE-1822 SCIM: support user extension
- Closed