Open HarryKodden opened 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
@HarryKodden do we actuaklly need this righjt now for the CBA?
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