Payment Hub Enterprise Edition middleware for integration to real-time payment systems.
Step1: Add @EnableJsonWebSignature
annotation to the main application class of your microservice.
Step2: Use below mention configuration in application.yaml to disable or enable the JsonWebSignatureInterceptor.
security:
jws:
enable: true
response:
enable: true