Participant I
Since ‎07-31-2020
‎11-17-2022

My Stats

  • 11 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

sampadajoshi8's Bio

Badges sampadajoshi8 Earned

View all badges

Recent Activity

Hi All,Has anyone implemented SAML with AzureAD in Apigee?I went through the azure documentation and found few points like there are 2 endpoints, the first for signin, the second for signout.SAML is purely xml based.I am new to apigee.any references/...
Content-Type: application/octet-streamResponse :{"path":"/upload-file","error":"Internal Server Error","message":"500 : [no body]","timestamp":"2020-09-17T06:11:11.127+0000","status":"500"} I am not able to find the issue.Javascript policy is as belo...
I have a API running on an AWS EC2 instance. This API I want to proxy thru Apigee, this needs to be secure.What is the best approach? I am authenticating jwt token for client, Can this jwt token (or part of it) be used for the backend authentication?...
Our requirement is to establish Apigee- Salesforce integrationRough flow is :Sales-force -> Sales-force Apigee -> Apigee -> backend (Microservices)Any suggestion with respect to implementation approach is appreciated.
I am trying to implement external authorization OIDC flow, where in the authorization I am placing VerifyAPIKey at the first place . So client sends the request with client_id (in this case Azure AD client_id)as a query param. I am bit confused as Ve...