Staff
Since ‎02-10-2015
‎06-22-2021

My Stats

  • 2,490 Posts
  • 441 Solutions
  • 1,437 Likes given
  • 944 Likes received

DChiesa's Bio

Badges DChiesa Earned

View all badges

Recent Activity

In the simplest case, an API Proxy is just a stand-in, a thing a client calls instead of calling a backend service directly. The proxy can do things like: enforce security with OAuth token verification, rate limit with Quota policies, transform paylo...
I have a requirement to authenticate a user against an external IdP (ADFS) using OpenID Connect and then have Apigee verify the access token created by ADFS. Once that is verified call out to the API provider. What is the best practice for this scena...
Is it possible to use multiple variables as a source on the XSL transform policy? I want to mash up multiple responses using xslt.
Hi friends, I want to talk about deploying and running nodejs applications within Apigee Edge api proxies. The capability to do this has been available for several years, and is documented here. To make it possible, Apigee built a node runtime on top...
Hey there, Apigee Community friends! Time for another video. This one is a bit longer, and covers the new JWT policies that are available in Apigee Edge. YES! Apigee Edge now has builtin policies that can generate or verify JWT, according to your con...