2022-05-02 12:43:47 +00:00
|
|
|
# SCIM Service Provider
|
2022-04-29 12:50:07 +00:00
|
|
|
|
2022-04-29 13:58:14 +00:00
|
|
|
## Running tests
|
2022-04-29 12:50:07 +00:00
|
|
|
|
2022-05-02 12:43:47 +00:00
|
|
|
To run the test, you can use [insomnia UI](https://docs.insomnia.rest).
|
2022-04-29 12:50:07 +00:00
|
|
|
|
2022-05-02 12:43:47 +00:00
|
|
|
![screenshot insomnia ui](./screenshots/insomnia.png)
|
2022-04-29 12:50:07 +00:00
|
|
|
|
2022-05-02 12:43:47 +00:00
|
|
|
For CI, there is still [a bug](https://github.com/Kong/insomnia/issues/4747) we need to find a fix.
|
2022-04-29 12:50:07 +00:00
|
|
|
|
2022-05-02 12:43:47 +00:00
|
|
|
## TODO
|
2022-04-29 12:50:07 +00:00
|
|
|
|
2022-05-02 12:43:47 +00:00
|
|
|
## Quick "Deploy" to test
|
2022-04-29 12:50:07 +00:00
|
|
|
|
2022-05-02 12:43:47 +00:00
|
|
|
```
|
|
|
|
cd apps
|
2022-05-02 10:21:25 +00:00
|
|
|
wget https://lab.libreho.st/libre.sh/scim/nextcloud-scim/-/archive/test-branch/nextcloud-scim-main.zip
|
|
|
|
unzip nextcloud-scim-main.zip
|
|
|
|
rm nextcloud-scim-main.zip
|
|
|
|
rm -rf scimserviceprovider
|
2022-05-02 12:43:47 +00:00
|
|
|
mv nextcloud-scim-main scimserviceprovider
|
|
|
|
```
|