SURFscz / SBS

Samenwerking Beheer Systeem ↣ Collaboration Management System
Apache License 2.0
3 stars 2 forks source link

SCIM: Filtering full coverage #525

Open HarryKodden opened 1 year ago

HarryKodden commented 1 year ago

Implement according to https://www.rfc-editor.org/rfc/rfc7644#section-3.4.2.2

I doubt if we can implement the functionality via SQLAlchemy operation. I think we need to do table scan and programmatic evaluation record by record:

Inspiration: https://github.com/HarryKodden/scim-sample/blob/main/code/filter.py

oharsta commented 1 year ago
baszoetekouw commented 1 year ago

@HarryKodden do we actuaklly need this righjt now for the CBA?