osiam / resource-server

[DEPRECATED] OSIAM resource server
MIT License
3 stars 10 forks source link

Wrong schema for SCIMSearchResult #33

Closed tkrille closed 9 years ago

tkrille commented 9 years ago

Moved from Jira:

the schema in the ScimSearchResult ist at the moment e.g.

[urn:scim:schemas:core:2.0:User]

But according to http://tools.ietf.org/html/draft-ietf-scim-api-02#section-3.2.2 it should be like ["urn:scim:schemas:core:2.0:ListResponse"]

tkrille commented 9 years ago

Should be easily fixable. See org.osiam.resources.provisioning.SCIMUserProvisioning#search.

fwilhe commented 9 years ago

Does anyone want to review my fix? @tkrille @wallner @dacrome

thomasdarimont commented 9 years ago

I think the item Wrong schema for SCIMSearchResult in issue 25 can be marked as completed.

dacrome commented 9 years ago

I think the item Wrong schema for SCIMSearchResult in issue 25 can be marked as completed.

Done. Thanks!

thomasdarimont commented 9 years ago

:thumbsup: