项目作者: pamesh12
项目描述 :
Samples for Apigee API Management
高级语言: JavaScript
项目地址: git://github.com/pamesh12/apigee-samples.git
apigee-samples
Samples for Apigee API Management
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.
3-Legged OAuth API - Authorization Code Flow.
- 2-Legged OAuth API - Client Credential Flow
- Caching in Apigee - Caching external service response
- MAC OAuth Token API - Generation of MAC OAuth token using Node Hosted API in Apigee
- 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.
- 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.
- ExternalLoggingAPI - API to demonstrate use of external logging system. In this case we have used Loggly.