Service Provider implementation of the SCIM protocol

Maintainers

Package info

github.com/ColdTrick/scim

Homepage

Type:elgg-plugin

pkg:composer/coldtrick/scim

Fund package maintenance!

ColdTrick

www.paypal.me/ColdTrick

Statistics

Installs: 22

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2026-03-06 12:40 UTC

This package is auto-updated.

Last update: 2026-03-06 12:40:35 UTC


README

Elgg 6.3 Lint Checks Latest Stable Version License

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.