This package implements the SCIM IETF RFC-7643 and RFC-7644 specifications.
Warning
Pre-1.0. The public API may still change between minor versions.
go get github.com/supabase-community/scim-go
pkg/core: SCIM 2.0 core schema types (RFC 7643): attributes, schemas, resource types.pkg/filter: SCIM 2.0 filter grammar and parser (RFC 7644 3.4.2.2).pkg/protocol: SCIM 2.0 protocol types (RFC 7644): errors, list responses, filters, and helpers for writing SCIM shaped HTTP responses.pkg/scimtest: checks a SCIM implementation against the JSON examples in RFC 7643.