Nextcloud SCIM Service Provider
Find a file
2022-05-18 17:46:40 +02:00
.insomnia 2022-05-18 17:46:14 +02:00
appinfo Removes copyright comments. 2022-05-18 16:28:52 +02:00
img First commit 2022-04-29 15:58:37 +02:00
lib Removes copyright comments. 2022-05-18 16:28:52 +02:00
screenshots Fixes readme. 2022-05-02 14:44:29 +02:00
.gitignore Adds psalm and Nc style check. 2022-05-18 16:28:52 +02:00
.php-cs-fixer.cache Adds psalm and Nc style check. 2022-05-18 16:28:52 +02:00
.php-cs-fixer.dist.php Adds psalm and Nc style check. 2022-05-18 16:28:52 +02:00
composer.json Adds psalm and Nc style check. 2022-05-18 16:28:52 +02:00
composer.lock Adds psalm and Nc style check. 2022-05-18 16:28:52 +02:00
COPYING First commit 2022-04-29 15:58:37 +02:00
psalm.xml Adds psalm and Nc style check. 2022-05-18 16:28:52 +02:00
README.md Update README.md 2022-05-02 13:57:29 +00:00

SCIM Service Provider

This app allows to provision users and groups in Nextcloud from a scim client.

You can see the video that shows how it works.

How to use

We plan to publish on the Nextcloud app store, but in the mean time, you can use instructions at the bottom.

Use with Keycloak

You can use with the SCIM plugin we developped for keycloak.

Running tests

To run the test, you can use insomnia UI.

screenshot insomnia ui

For CI, there is still a bug we need to find a fix.

Todo

  • ExternalID
  • json exceptions
  • Meta ->
    • createdAt
    • lastModified
  • if no emails in user, return nice array
  • pagination
  • group member removal

Quick "Deploy" to test

cd apps
wget https://lab.libreho.st/libre.sh/scim/nextcloud-scim/-/archive/main/nextcloud-scim-main.zip
unzip nextcloud-scim-main.zip
rm nextcloud-scim-main.zip
rm -rf scimserviceprovider
mv nextcloud-scim-main scimserviceprovider

NextGov Hackathon

This app was started during the Nextgov hackathon!