How to secure cookie based basic authentication API's using Apigee microgateway

We are trying to publish API's on Apigee, these API's use cookie-based authentication. Currently, need pointers to go about securing cookie-based basic authentication API's using Apigee micro gateway.

0 1 262
1 REPLY 1

If you must use cookie auth instead of oauth you'll need to write a custom plugin for microgateway.

See: https://docs.apigee.com/api-platform/microgateway/3.0.x/develop-custom-plugins for information about writing plugins.

For examples about Apigee's baked in plugins: https://github.com/apigee/microgateway-plugins

Good luck