[ https://issues.apache.org/jira/browse/SYNCOPE-1833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Francesco Chicchiriccò updated SYNCOPE-1833: -------------------------------------------- Labels: scim (was: ) > 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ò > Priority: Major > Labels: scim > 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": "ve...@syncope.org" > } > } > {code} > while it should be instead > {code} > "urn:ietf:params:scim:schemas:extension:syncope:2.0:User": { > "extmail": "ve...@syncope.org" > } > {code} > e.g. without the {{attributes}} container. -- This message was sent by Atlassian Jira (v8.20.10#820010)