You can remove a shared secret from use or delete it entirely.
-
To remove a JSON PDP API Shared Secret from use, run the following example
dsconfig command, substituting values of your
choosing.
PingAuthorize/bin/dsconfig set-http-servlet-extension-prop \ --extension-name "JSON PDP API" \ --remove "shared-secrets:Shared Secret A"
-
To delete a JSON PDP API Shared Secret, run the following example
dsconfig command.
PingAuthorize/bin/dsconfig delete-authorization-policy-decision-shared-secret \ --secret-name "Shared Secret A"