<div dir="ltr"><div>In keycloak-server.json, if we add the following</div><div><br></div><div>&quot;authenticator&quot;: {</div><div>  &quot;test-authenticator&quot;: {</div><div>    &quot;config1&quot;: &quot;xxxx&quot;</div><div>  }</div><div>}</div><div><br></div><div>the value of config1 can be retrieved in the factory class init method as:</div><div><br></div><div>config.get(&quot;config1&quot;)</div><div><br></div><div><br></div><div>Now, in the same way, if I want to get configs in the init method of a RequiredAction class instead of an authenticator, how do I set it in keyclock-server.json? What will be the exact syntax? Is it possible?</div></div>