Product configuration for multiple proxies and restrictions

I read article Making sense of api products for understanding product configuration but didnt go my answer. As per our use case, there is a customer who wants to access multiple proxies but with some restrictions.

Proxy base path = /proxy-a

flows =

/customer

/customer/account

Proxy base path = /proxy-b

flows =

/account

/transactions

Now what is the best way to create product for allowing customer to access all flows in proxy-a but only /account in proxy-b.

With current UI, if add both proxy-a and proxy-b, it imports base path of both which gives access to all flows in both proxies and if add path /account, it appends path to base path of both proxies.

I am planning to use features.isSingleForwardSlashBlockingEnabled to be more granular in access but dont want to be pain in future. Are there any recommendations

0 1 137
1 REPLY 1

@Bharat Bhatia Could you create two products and add them both to the same developer app? For example:

Product 1:  
  proxy-a    
    /customer    
    /customer/account

Product 2:  
  proxy-b    
    /account

Developer App:  
  Product 1  
  Product 2