New Member
Since ‎07-15-2018
‎06-22-2021

My Stats

  • 3 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

ptahchiev's Bio

Badges leo-sun Earned

View all badges

Recent Activity

Hi all,I am working to develop a proxy to bring in external profile data. the data vendor uses 3 legged oauth. The user will need to authenticate with the data vendor to authorize apigee to access the user data. The question I have is that when the a...
hi all, i have 2 proxies, each has its own product and own app. hence 2 keys are generated.api key1/product1/proxy1api key2/product2/proxy2so something like this working is expectedhttp://host:port/proxy1_path -H "apikey:apikey1"http://host:port/prox...
hi all,I have a requirement to secure apigee/api. The client wants to do this.api consumer 1st authenticates using api key/secret and MTLS, and apigee is supposed to return a jwt. then the api consumer uses the jwt to retrieve an oauth access token b...