Participant I
Since ‎10-12-2018
‎06-22-2021

My Stats

  • 6 Posts
  • 0 Solutions
  • 0 Likes given
  • 4 Likes received

juanarias's Bio

Badges juanarias Earned

View all badges

Recent Activity

Hi all,Is it possible to automatically add API keys to the requests coming out from development portals?Of course, a developer must be logged in and has an authorized app with Consumer Key.Thanks in advance!Juan
Hi all,I want to encapsulate OAuth 2.0 authentication inside apigee. That means, the client will send only an API key (taken from developer app) and, inside the flow, I want to make the OAuth authentication.This is my current working configuration: ...
Hi,is there a way to interrupt the flow in a shared flow, but not throwing a Fault?I want to detect every HTTP OPTIONS request (to every proxy in my envinronment) and return a 200 OK code.In this tutorial: https://docs.apigee.com/api-platform/develop...
Hi all,I created a few proxies and exposed them on an Apigee evaluation account.Those APIs needs OAuth2.0 security and client_credentials grant type, with an external OAuth server.When I invoke those proxies it works (I use an Insomnia REST client). ...