Module embedded

Source
Expand description

Embedded core SCIM schemas for schema discovery functionality.

This module provides the core SCIM schemas (User, Group, ServiceProviderConfig) embedded as static strings, eliminating the need for external schema files for basic schema discovery functionality.

Functionsยง

core_group_schema
Returns the core Group schema as a JSON string.
core_user_schema
Returns the core User schema as a JSON string.
service_provider_config_schema
Returns the ServiceProviderConfig schema as a JSON string.