imulab / go-scim

Building blocks for servers implementing Simple Cloud Identity Management v2
MIT License
142 stars 55 forks source link

fix(pkg): Fix bug where projection parameters were mistakenly delimit… #70

Closed imulab closed 4 years ago

imulab commented 4 years ago

…ed by space

The projection parameters "attributes" and "excludedAttributes" shall include one or more property paths delimited by comma(","), not space(" ").

Closes 62