Francesco Chicchiriccò created SYNCOPE-1833:
-----------------------------------------------
Summary: Non-compliant SCIM payload returned when user extension
is defined
Key: SYNCOPE-1833
URL: https://issues.apache.org/jira/browse/SYNCOPE-1833
Project: Syncope
Issue Type: Bug
Components: core, extensions
Affects Versions: 3.0.9
Reporter: Francesco Chicchiriccò
Assignee: Francesco Chicchiriccò
Fix For: 3.0.10
When SCIM user extension is defined as introduced by SYNCOPE-1822, the
following JSON payload excerpt is returned:
{code}
"urn:ietf:params:scim:schemas:extension:syncope:2.0:User": {
"attributes": {
"extmail": "[email protected]"
}
}
{code}
while it should be instead
{code}
"urn:ietf:params:scim:schemas:extension:syncope:2.0:User": {
"extmail": "[email protected]"
}
{code}
e.g. without the {{attributes}} container.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)