Skip to content

Commit d769e73

Browse files
committed
update keycloak
1 parent 15fd8f7 commit d769e73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

keycloak_update_from_pre_13.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ KEYCLOAK_BASE_URL/realms/master/hostname-debug
161161
```
162162
[Documentation](https://www.keycloak.org/server/hostname#_troubleshooting)
163163
## User Federation an errors
164-
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.
165-
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.
164+
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.
165+
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).
166166
## Useful Commands
167167
Save/Reload Database:
168168
```bash

0 commit comments

Comments
 (0)