I would like to have a backend service using spring boot Java, for security reasons I want to use Azure API Management as a frontend for my service.
Besides the OAuth2 which, I can use AD, I would like to have an extra security check, to check not only the request but also the message integrity, based on those premises https://tools.ietf.org/html/draft-cavage-http-signatures-10.
As I could find any tutorial for that, I would like to ask whether it is possible, in case yes, any documentation I could follow, or any workaround?
Thank you in advance.