Custom authenticatorr show me the setup config of another custom authenticator

Hi guys,

I have a weird problem on my keycloak.

I’ve developed a custom authenticator (auth1) and implemented it.

Go to the web console and add it to my authentication flow, it shows me the setup button where configure some params and all works as expected.

Ok, we must develop a second custom authenticator (auth2) with other params to setup it and I have implemented it in the same way as auth1.

The problem is that this new authenticator (auth2) show me the params of the other one (auth1).

When I deploy this authenticators separated they show me the right params to setup each one, but if i implement this two in the same server has the problem commented before.

Any Ideas?

Thanks in advanced.