项目作者: pamesh12

项目描述 :
Samples for Apigee API Management
高级语言: JavaScript
项目地址: git://github.com/pamesh12/apigee-samples.git
创建时间: 2019-12-08T11:13:40Z
项目社区:https://github.com/pamesh12/apigee-samples

开源协议:GNU General Public License v3.0

下载


apigee-samples

Samples for Apigee API Management

  1. 3rdPartyOAuthAPI - OAuth API to demostrate use of 3rd party OAuth servers for Auth Code and token generation. Complete flow can be tested with inclusion of below 2 apis.

  2. 3-Legged OAuth API - Authorization Code Flow.

  3. 2-Legged OAuth API - Client Credential Flow
  4. Caching in Apigee - Caching external service response
  5. MAC OAuth Token API - Generation of MAC OAuth token using Node Hosted API in Apigee
  6. Generate JWT - API to generate JWT using HMAC-SHA-256 and RSA private key. This API generates JWT and send it to Verify JWT API.
  7. Verify JWT - API to verify JWT using HMAC-SHA-256 and RSA public key. This API verify the JWT sent in header and if successful, sends a response back.
  8. ExternalLoggingAPI - API to demonstrate use of external logging system. In this case we have used Loggly.