Skip to content

Commit

Permalink
update keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
guFalcon committed Nov 7, 2024
1 parent 15fd8f7 commit d769e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keycloak_update_from_pre_13.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ KEYCLOAK_BASE_URL/realms/master/hostname-debug
```
[Documentation](https://www.keycloak.org/server/hostname#_troubleshooting)
## User Federation an errors
If you've used user federation, the chances are that your setup won't be migrated gracefully. The most common error is that `validateUserPolicy` is enabled or that `writeMode` is not set.
In that case you'll have to go to the database and query the table `components` for `ldap` and then search for the fields in `component_config` and set them correctly.
If you've used user federation, the chances are that your setup won't be migrated gracefully. The most common error is that `validateUserPolicy` is enabled or that `writeMode` (or `editMode`) is not set.
In that case you'll have to go to the database and query the table `components` for `ldap` and then search for the fields in `component_config` and set them correctly. If `editMode` doesn't exist, then create it with the value `READ_ONLY`. This cannot be null (or not existent).
## Useful Commands
Save/Reload Database:
```bash
Expand Down

0 comments on commit d769e73

Please sign in to comment.