Provide Config Options to Custom Required Action

Good evening,

I have a custom required action which requires the user to add some information and fill out a captcha.

However, for the captcha to work I need the site key and secret from the captcha provider. The entire flow and validation work, but I have to hard code these configuration parameters.
Is there a way to provide them as config options from the admin console?

There is this thread [keycloak-dev] Required Action Config? but apparently that never happened?

1 Like

I really want to know this as well.

The database structure of KC 17 has a required_action_config table, so the datamodel is ready too.
Is there an interface I need to implement to make this available?