Hi,

Following SCIM commands do not work in JDBC secondary user store

curl -v -k --user admin:admin -X PUT -d "{"displayName": 'JDBC/executive'}"
--header "Content-Type:application/json"
https://localhost:9443/wso2/scim/Groups/2d639c4c-78e3-4f83-b12e-9ce23b90eeab

which gives result

{"id":"2d639c4c-78e3-4f83-b12e-9ce23b90eeab","schemas":["urn:scim:schemas:core:1.0"],"displayName":"JDBC/executive","meta":{"lastModified":"2014-09-14T22:41:01","created":"2014-09-14T22:33:42","location":"
https://localhost:9443/wso2/scim/Groups/2d639c4c-78e3-4f83-b12e-9ce23b90eeab
"}}

update is not success

Filter group command also doesn't work.

curl -v -k --user admin:admin
https://localhost:9443/wso2/scim/Groups?filter=displayNameEqJDBC/executive

-- 
Gayan Gunawardana
Software Engineer; WSO2 Inc.; http://wso2.com/
Email: [email protected]
Mobile: +94 (71) 8020933
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to