osiam / osiam

MIT licensed Open Source Identity and Access Management implementing OAuth 2.0 and SCIMv2.
MIT License
202 stars 48 forks source link

Attribute filters on all resources #182

Closed wallner closed 8 years ago

wallner commented 8 years ago

RFC 7644 states in section 3.9:

For any SCIM operation where a resource representation is returned (e.g., HTTP GET) [...] Clients MAY request a partial resource representation on any operation that returns a resource within the response by specifying either of the mutually exclusive URL query parameters "attributes" or "excludedAttributes"

At the moment we only support attribute filtering for the search query. We need to at least support the attributes filtering for resources with GETon the Group and User resources.

tkrille commented 8 years ago

@wallner I assume, that the last doing for this one, is to extend the API in the connector to filter for attributes. Is this right or has anything still to be implemented in the server?

wallner commented 8 years ago

The server is done and merged.

tkrille commented 8 years ago

I've created an issue for the part in the connector: https://github.com/osiam/connector4java/issues/220

tkrille commented 8 years ago

So this issue is done and gets closed.