scimserviceprovider/lib
Leo R. Lundgren e8b8c9e1dc
app: Consolidate and correct references to app ID and config keys
- Make Application::APP_ID lowercase.
- Replace hardcoded 'SCIMServiceProvider' references with Application::APP_ID.
- Replace config key 'ExternalId' with 'externalId' to match SCIM data.

Example SQL to make corresponding changes in the DB:

update oc_preferences set appid='scimserviceprovider' where appid='SCIMServiceProvider';
update oc_preferences set configkey='externalId' where lower(appid)='scimserviceprovider' and configkey='ExternalId';
2023-03-06 11:24:15 +01:00
..
Adapter app: Consolidate and correct references to app ID and config keys 2023-03-06 11:24:15 +01:00
AppInfo app: Consolidate and correct references to app ID and config keys 2023-03-06 11:24:15 +01:00
Config Use scim-server-php lib 2023-03-03 11:21:27 +00:00
Controller Use scim-server-php lib 2023-03-03 11:21:27 +00:00
DataAccess Use scim-server-php lib 2023-03-03 11:21:27 +00:00
Exception Use scim-server-php lib 2023-03-03 11:21:27 +00:00
Middleware Use scim-server-php lib 2023-03-03 11:21:27 +00:00
Repositories Use scim-server-php lib 2023-03-03 11:21:27 +00:00
Responses Removes copyright comments. 2022-05-18 16:28:52 +02:00
Service app: Consolidate and correct references to app ID and config keys 2023-03-06 11:24:15 +01:00
Util Use scim-server-php lib 2023-03-03 11:21:27 +00:00