README ¶ = SCIM Support for Corteza Here is a bare minimum support for SCIM. NOTE: Experiments with github.com/imulab/go-scim lib failed due to complexity of the implementation and resources needed for bending the lib to our needs. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Guard(opt options.SCIMOpt) func(next http.Handler) http.Handler func Routes(r chi.Router, cfg Config) type Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Guard ¶ func Guard(opt options.SCIMOpt) func(next http.Handler) http.Handler func Routes ¶ func Routes(r chi.Router, cfg Config) Types ¶ type Config ¶ type Config struct { ExternalIdAsPrimary bool ExternalIdValidator *regexp.Regexp } Source Files ¶ View all Source files gen_response.go group_handler.go group_payloads.go http.go patch_payloads.go routes.go security.go user_handler.go user_payloads.go Click to show internal directories. Click to hide internal directories.