Testing an API using both client id and secret

Hi Team,

As of now we are passing Client Id to an API using verify key policy.

Now we would like to pass both client ID and secret, could you please share example or any document to test an API using Client ID and Secret.

Here I am not trying to use OAUTH, I am just trying to validate an API using Client ID and Secret.

Please tell possible cases, scenarios or policies to implement

Thank you.

Rajesh Nimmada

0 1 87
1 REPLY 1

Not applicable

You can do api key verification with client id, then the secret will be available in the flow. You can use another raise fault if the secret you sent and the one available in the flow don't match.