Hi ~
In our development, we use TestContainer to launch Keycloak for testing.
We need to obtain tokens through user credentials, so it’s necessary to disable the user temporary credential. I’ve noticed that in the Docker image version 22.0.3, it’s possible to disable the user temporary credential through realm import, as follows:
However, using the same realm configuration, the Docker image version 24.0 does not allow disabling the user temporary credential.
Could you advise how to disable user temporary credential in version 24.0?
Thanks~
