User sync doesn't work on RC 4.7.0 #12
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Getting the following:
Using auth mode bearer token. Using the credentials from the token created in RC.
If I enable import during sync i'm getting an error, if i don't nothing happens. Always 0 users have been changed.
Keycloak Logs:
07:08:07,734 ERROR [org.keycloak.services.error.KeycloakErrorHandler] (default task-8) Uncaught server error: java.lang.RuntimeException: com.unboundid.scim2.common.exceptions.ServerErrorException: Cannot read property 'content' of undefined
Not sure if it's an issue with keycloak or rocketchat.
Here is the full keycloak.log
keycloak.log
Hey ! Are you using the latest version of the scim apps on both sides ? Because bearer token doesn't work anymore with rc. You need to select basic auth mode on kc and fill the rc user id as username and the rc token as password. Sorry I wasn't clear.