keycloak
keycloak copied to clipboard
LDAP provider in the tests is not explicitly enabled
Description
LDAP provider in LDAP tests is not explicitly enabled. This means that when debugging some LDAP tests, it is not possible to go to admin console and look at the users. Displaying Users
tab in the admin console currently throw an error because LDAPProvider used in the tests does not explicitly have setEnabled
on it.
Not a blocker for Keycloak 24, but can be nice to do.