Reverse entitlement aggregation for Web Services connector

Hu @Arshad

In the UI, I created a header called ‘X-IDNClientSecret’ and set the value to $application.private_key_password$

Then in the WSAO, I use

String IDN_CLIENT_SECRET = (String) headers.get("X-IDNClientSecret");

1 Like