2022-06-07 14:11:19 +00:00
|
|
|
# scim
|
|
|
|
|
|
|
|
A cli to install and configure scim.
|
|
|
|
|
2022-06-16 08:14:40 +00:00
|
|
|
## Quick-start
|
2022-06-07 14:11:19 +00:00
|
|
|
|
2022-06-16 08:14:40 +00:00
|
|
|
### Installation
|
|
|
|
```shell
|
|
|
|
go install libre.sh/scim@latest
|
2022-06-07 14:11:19 +00:00
|
|
|
```
|
|
|
|
|
2022-06-16 08:14:40 +00:00
|
|
|
### Configure Keycloak <-> Rocket.Chat
|
|
|
|
```shell
|
|
|
|
scim configure rockechat http://admin:admin@keycloak.local/master http://admin:admin@rocketchat.local
|
|
|
|
```
|