KorAP / Kustvakt

:speedboat: User and policy management component for KorAP, capable of rewriting queries for policy based document restrictions.
BSD 2-Clause "Simplified" License
4 stars 3 forks source link

Prepare APIv1.1 handling for OAuth2 client list service #760

Open margaretha opened 1 week ago

margaretha commented 1 week ago

In API v1.1 authorized_only should be completely removed and replaced with filter_by.

filter_by should have two possible string value authorized_only or owned_only. The parameter is optional, when it is not set, it should list all clients.

See also #579