Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Security options to protect callback

Apigee proxy forwards event updates to a previously registered callback endpoint. The callback endpoint is stood up by the app developer. As a service provider what options are available to secure such a callback.

Can an app credentials (apigee issued) be used to derive a token to secure such calls.

0 1 175
1 REPLY 1

Not applicable

I dont think using app credentials would be a good idea, I doubt it would be applicable.

If I understand correctly, to make it secure you may insist to communicate over HTTP(s) only for all call backs to all the client systems.