Keycloak does not publish the HS512 secret key via the JWKS endpoint, but signs the email verification token with it. I don't want the user to verify the email through the keylock interface, I want to receive a link to the email that leads from vue3 -> java backend where I will analyze the token and make an email confirmation.
I want to be able to set a secret, tried via realm import and keycloak.conf but it is not possible.