action keycloak_get_realm_authentication_config_id { label: "Get authenticator configuration" provider: keycloak method: GET path: "/{realm}/authentication/config/{id}" encoding: json output: { type: "object" additionalProperties: true } }