@ConfigProperty and/or @Inject

Hi all, im new to KC, working with v.17 on a custom provider class.
Is there a way to “inject” a configuration property? Something like this:

Thank you in advance.

public class  MyCustomListenerProvider implements EventListenerProvider {


  @(name = "mycustom-property")
  String myCustomProperty;

.......

CDI is not supported in Keycloak.

1 Like