The following command changes the shared secret header to
x-shared-secret
.
PingAuthorize/bin/dsconfig set-http-servlet-extension-prop \
--extension-name "JSON PDP API" \
--set shared-secret-header-name:x-shared-secret
The following command resets the shared secret header to its default
value.
PingAuthorize/bin/dsconfig set-http-servlet-extension-prop \
--extension-name "JSON PDP API" \
--reset shared-secret-header-name