Nextcloud SCIM Service Provider
Find a file
2022-05-02 13:57:29 +00:00
.insomnia Exports insomnia requests. 2022-05-02 12:38:16 +02:00
appinfo Adds groups. 2022-05-02 14:44:40 +02:00
img First commit 2022-04-29 15:58:37 +02:00
lib Fixes wrong error code. 2022-05-02 15:24:27 +02:00
screenshots Fixes readme. 2022-05-02 14:44:29 +02:00
COPYING First commit 2022-04-29 15:58:37 +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!