Commit graph

19 commits

Author SHA1 Message Date
Leo R. Lundgren
133fa840e7
log: Make adapter method calls less verbose
Changes logging level for some repeated calls from 'info' to 'debug'.
2023-03-06 11:27:13 +01:00
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
JulienSchneider
16d9fd2911 Use scim-server-php lib 2023-03-03 11:21:27 +00:00
Pierre Ozoux
321a0dc597 Fixes tests. 2022-05-19 17:01:37 +02:00
Pierre Ozoux
b3f3df69c6 Adds externalId
and manages better emails.
2022-05-19 16:51:31 +02:00
Pierre Ozoux
14a631aac3 Set date to epoch beginning. 2022-05-19 12:23:46 +02:00
Pierre Ozoux
69120adc10 Moves SCIM to service. 2022-05-18 18:51:34 +02:00
Pierre Ozoux
0c5164f917 Cleans unecessary libs. 2022-05-18 18:15:40 +02:00
Pierre Ozoux
5a5511c480 Removes copyright comments.
And uncessary libs.
2022-05-18 16:28:52 +02:00
Pierre Ozoux
cc6f90b107 Fixes wrong error code. 2022-05-02 15:24:27 +02:00
Pierre Ozoux
3d786f8df6 Implements group update. 2022-05-02 14:51:53 +02:00
Pierre Ozoux
dfa2d89ad5 Adds groups. 2022-05-02 14:44:40 +02:00
Pierre Ozoux
ad99a0ee82 Removes unecessary code. 2022-05-02 14:44:21 +02:00
Pierre Ozoux
62ebb5d43e Still work in progress.. 2022-05-02 10:21:25 +00:00
Pierre Ozoux
cb20a90565 Tries middleware to return json. 2022-04-29 18:04:24 +02:00
Pierre Ozoux
d369661b8c Implements attribute active. 2022-04-29 18:03:57 +02:00
Pierre Ozoux
ace615aa97 Fixes the list of users. 2022-04-29 18:03:24 +02:00
Pierre Ozoux
f33eb93248 Makes emails an array. 2022-04-29 18:02:39 +02:00
Pierre Ozoux
2d5760160a First commit 2022-04-29 15:58:37 +02:00