Nicolas Martyanoff on Nostr: I've spent most of the week testing an SCIM implementation, and Trurl (written by ...
I've spent most of the week testing an SCIM implementation, and Trurl (written by npub1p450apv3j8jmqjct3ddfklzusxyfkkyqpzxx4p33u099xjzvfwwsw789jz (npub1p45…89jz), the author of Curl) has been quite useful to generate correct URIs:
curl -i $(trurl --url https://[…]/scim/Users -a 'query=filter=username eq "bob"')
This way I do not have to think about query parameter encoding, it just works.
curl -i $(trurl --url https://[…]/scim/Users -a 'query=filter=username eq "bob"')
This way I do not have to think about query parameter encoding, it just works.