New Member
Since ‎04-02-2019
‎06-22-2021

My Stats

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

amitsharma's Bio

Badges amitsharma Earned

View all badges

Recent Activity

I am facing a strange issue on GenerateJWT policy in which I am truing the using a password protected private key. I had a similar issue in July 2019 which was resolved when Apigee deployed support for different type key encryption algorithms. I foll...
I am continuously getting messaging.adaptors.http.flow.NoActiveTargets error on my proxy api. I have added a TargetServer on the portal have configured TargetEndpoint. The backend-server is accessible directly but not via apigee proxy. This proxy is ...
I am not able to generate JWT using a password protected private key. I am getting following response: { "fault": { "faultstring": "Failed to parse key: policy(Generate-JWT-Token) ", "detail": { "errorcode": "steps.jwt.KeyParsingFailed" } } }I am not...
Hello,For my current project, I am using client credential grant to generate access token and protect Apigee Edge proxy api endpoint. As per the requirement, dotnet core backend api should also verifying the validity of the access token issued by Api...