3 points | by thunderbong 14 hours ago ago
2 comments
(2022) Based on first submission https://news.ycombinator.com/item?id=30951385
(24 points, 2024, 10 comments) https://news.ycombinator.com/item?id=42097251
I had to write a SCIM filter parser for work. The worst part about supporting SCIM is that most IdPs only issue extremely simple filter queries, so you end up with a very large amount of plumbing just to support basic user lookups.
(2022) Based on first submission https://news.ycombinator.com/item?id=30951385
(24 points, 2024, 10 comments) https://news.ycombinator.com/item?id=42097251
I had to write a SCIM filter parser for work. The worst part about supporting SCIM is that most IdPs only issue extremely simple filter queries, so you end up with a very large amount of plumbing just to support basic user lookups.