Bronze 3
Since ‎03-12-2024
Tuesday

My Stats

  • 21 Posts
  • 0 Solutions
  • 3 Likes given
  • 29 Likes received

prabug56's Bio

Badges sk123 Earned

View all badges

Recent Activity

I’m trying to use a CORS policy in a post-proxy flow hook so that CORS headers get set even if there is a fault raised in the proxy. In the debug trace, I see the post-proxy flow hook being called but the CORS headers don’t get set. If I attach the s...
We would like to secure a group of API proxies (bundled into an API product) with access tokens generated by Apigee. The access tokens will be retrieved by a custom service on behalf of end users from a token generation proxy in Apigee. The token gen...
We're thinking of using Apigee as a reverse proxy for a web app. Would we run into any scalability issues with this approach? All requests to access various pages of the web app would be routed through Apigee. Requests that require authentication wil...
Is it possible to set up an Apigee proxy that can act as a SAML IdP using the GenerateSAML assertion policy? We're currently using Firebase to manage users . However, Firebase cannot act as a SAML IdP and we'd like users to be able to log into the in...
We'd like to use Apigee to authenticate API calls from a 3P web app. At a high-level, the user authentication flow will look like: 1) Web app calls API on behalf of a user2) Apigee receives request and forwards to authentication service3) Authenticat...