Can we have two different credentials for each resources of an API Proxy in single Product in a Developer Apps

uditverma
Participant I

Is there any way to have one Product for an API proxy with two resources and for each resource we want to have two different Consumer key and Consumer Secret in a Developer Apps, so that API consumers will be authenticated on resource level of API proxy ??

0 1 278
1 REPLY 1

Probably there is a way, but I am not clear on exactly what it is you want.

I am not able to follow the explanation you have given. Maybe you could provide a little more elaboration with a clear example illustrating your point. Example:

client A uses creds (keyA/SecretA) and then performs GET on /resource1. Desired behavior is: ???

client B uses creds (keyB/SecretB) and then performs GET on /resource1. Desired behavior is: ???

Today in Apigee Edge, it is possible to :

  • group multiple proxies (or resources of proxies) into an API Product
  • Create multiple Apps which have one or more sets of credentials (key + secret)
  • Within each sets of credentials, authorize one or more API Products

I think that covers what you want, but I am not sure.