Skip to content

pamesh12/apigee-samples

Repository files navigation

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.

    External Client App --> 3rd Party Oauth API --> API Secured by 3rdPatyAPI

  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.