Skip to content
README.md 546 B
Newer Older
Pierre Ozoux's avatar
Pierre Ozoux committed
# SCIM Service Provider
Pierre Ozoux's avatar
Pierre Ozoux committed

Pierre Ozoux's avatar
Pierre Ozoux committed
## Running tests
Pierre Ozoux's avatar
Pierre Ozoux committed

Pierre Ozoux's avatar
Pierre Ozoux committed
To run the test, you can use [insomnia UI](https://docs.insomnia.rest).
Pierre Ozoux's avatar
Pierre Ozoux committed

Pierre Ozoux's avatar
Pierre Ozoux committed
![screenshot insomnia ui](./screenshots/insomnia.png)
Pierre Ozoux's avatar
Pierre Ozoux committed

Pierre Ozoux's avatar
Pierre Ozoux committed
For CI, there is still [a bug](https://github.com/Kong/insomnia/issues/4747) we need to find a fix.
Pierre Ozoux's avatar
Pierre Ozoux committed

Pierre Ozoux's avatar
Pierre Ozoux committed
## TODO
Pierre Ozoux's avatar
Pierre Ozoux committed

Pierre Ozoux's avatar
Pierre Ozoux committed
## Quick "Deploy" to test
Pierre Ozoux's avatar
Pierre Ozoux committed

Pierre Ozoux's avatar
Pierre Ozoux committed
```
cd apps
Pierre Ozoux's avatar
Pierre Ozoux committed
wget https://lab.libreho.st/libre.sh/scim/nextcloud-scim/-/archive/main/nextcloud-scim-main.zip
Pierre Ozoux's avatar
Pierre Ozoux committed
unzip nextcloud-scim-main.zip
rm nextcloud-scim-main.zip
rm -rf scimserviceprovider
Pierre Ozoux's avatar
Pierre Ozoux committed
mv nextcloud-scim-main scimserviceprovider
```