15 lines
280 B
Markdown
15 lines
280 B
Markdown
# scim
|
|
|
|
A cli to install and configure scim.
|
|
|
|
## Quick-start
|
|
|
|
### Installation
|
|
```shell
|
|
go install libre.sh/scim@latest
|
|
```
|
|
|
|
### Configure Keycloak <-> Rocket.Chat
|
|
```shell
|
|
scim configure rockechat http://admin:admin@keycloak.local/master http://admin:admin@rocketchat.local
|
|
```
|