coldtrick / scim
Service Provider implementation of the SCIM protocol
dev-master
2026-03-06 12:40 UTC
Conflicts
- elgg/elgg: <6.3
This package is auto-updated.
Last update: 2026-03-06 12:40:35 UTC
README
Service Provider implementation of the SCIM protocol.
Requirements
To allow authorization using the Authorization header you will need to enable the following in your .htaccess:
CGIPassAuth On
To authorize your request you will need to generate a token using the Elgg Web Services plugin.
The bearer token should be provided using the Authorization header.