[
https://issues.apache.org/jira/browse/SYNCOPE-1833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17891468#comment-17891468
]
ASF subversion and git services commented on SYNCOPE-1833:
----------------------------------------------------------
Commit 60c6d32e052381ac63ba6c181410b15a5f3b74ad in syncope's branch
refs/heads/master from Francesco Chicchiriccò
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=60c6d32e05 ]
[SYNCOPE-1833] Do not include the 'attrbutes' container with SCIM payloads
> 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": "[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)