Comparing value using key value map

Hello Team,

I want to compare the value of client id and secret with the value sent by postman whether it is equal to the value stored locally in key value map in edge UI.

For retrieving runtime value, I got to know about flow variables which can extract the header data.

Could anyone let me know how to extract the value from the key value map in edge UI so that I can compare this with the runtime value?

Below are the key value maps defined 

Dinesh95_0-1648804313819.png

Thanks,

Dinesh

 

0 1 69
1 REPLY 1

Why would you do that? 

What problem are you trying to solve?  Normally validating a clientid and secret is done with a OAuth2/GenerateAccessToken policy. 

Pull back and explain to me why you'd want to validate based on data you are storing and managing explicitly in a KVM.