[ 
https://issues.apache.org/jira/browse/SYNCOPE-1833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17891467#comment-17891467
 ] 

ASF subversion and git services commented on SYNCOPE-1833:
----------------------------------------------------------

Commit 6d7c38feef16cfc43c7c778cd0d8393ba0f24128 in syncope's branch 
refs/heads/3_0_X from Francesco Chicchiriccò
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=6d7c38feef ]

[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": "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)

Reply via email to