Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 827 Bytes

File metadata and controls

18 lines (12 loc) · 827 Bytes

SCIM Service Provider

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.