diff --git a/README.md b/README.md index ce36c3d..09710d1 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,15 @@ but you can probably add a different user with the necessary permissions as well Under My Account > Personal Access Tokens you will need that token and the your user-id you get from that process. Now add the token and the user-id to the app and set up the scim-provider either from the [keycloak-scim project]( https://lab.libreho.st/libre.sh/scim/keycloak-scim ) or any other -IdP or SP that supports scim. +IdP or SP that supports scim. For testing purposes you can auth mode "none", but for production we recommend "Bearer Token" +with a long password or just use the autogenerated one. + +![img.png](img.png) If you set up everything correctly users and teams should be created as well as user added to existing roles in Rocket.Chat. +You can access the logs in the triple colon menu in the app menu. + ## Download https://lab.libreho.st/libre.sh/scim/rocketchat-scim/-/jobs/artifacts/main/browse?job=package diff --git a/img.png b/img.png new file mode 100644 index 0000000..cb4f427 Binary files /dev/null and b/img.png differ