aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/keycloak-providers/README.md
blob: 61f922b4f4d275077ec80d8c330e36b2d9669f34 (plain) (blame)
1
2
3
4
5
6
7
8
9
# keycloak-providers

Build with `mvn clean package`. Copy resulting JARs into Keycloak build.

### disabled-ldap-status-mapper

- Create add a `user-attribute-ldap-mapper` that maps `nsAccountLock` from LDAP to the user attribute `nsAccountLock`.
This is necessary for the next step because the attribute is not fetched unless explicitly requested.
- Add `disabled-ldap-status-mapper` to automatically (un)lock users according to their `nsAccountLock` status in LDAP.