We are trying to integrate into our Spring microservices architecture with JWT authentication ES512 asymmetric key. The quarkus microservice is supposed to decrypt the token with the public key, unfortunately it looks like Quarkus by default supports RSA-256.
How can I place quarkus with ES512 asymmetric key?
I Did it with this configuration: