I'm trying to retrieve user custom attributes using /Me endpoint, but i do not see the information coming back, even though i specified urn:ietf:params:scim:schemas:idcs:extension:custom:User
in the attributes
parameter, which is set to username,displayname,emails,groups,urn:ietf:params:scim:schemas:oracle:idcs:extension:user:User:appRoles,urn:ietf:params:scim:schemas:idcs:extension:custom:User
.
When using admin credentials to retrieve the info on the same user with /admin/v1/User/{userId}
i see this attribute coming
"urn:ietf:params:scim:schemas:idcs:extension:custom:User": {
"customerId": "75574"
},