Bronze 3
Since ‎06-17-2022
Wednesday

My Stats

  • 19 Posts
  • 2 Solutions
  • 4 Likes given
  • 15 Likes received

sydub7's Bio

Badges debjitd18 Earned

View all badges

Recent Activity

Hi @dchiesa1 We have a constraint to use JWKS based approach as our IDP team has expressed some challenges about this. The current architecture in our Enterprise has two API Gateways one is Apigee X and Axway (on prem). There are few APIs which are e...
Hi @dchiesa1 Our enterprise is using Apigee X , and in order to validate an IDP minted token which is generated independent of Apigee, we are using the Verify JWT Policy. The policy is currently configured as below, where we are passing the JWKS url ...
When using Java Callout to invoke a Java code, is it mandatory to include all the apigee packages?import com.apigee.flow.execution.ExecutionContext;import com.apigee.flow.execution.ExecutionResult;import com.apigee.flow.execution.spi.Execution;import...