Layer7 API Management

 View Only

API Gateway integration with external OAuth server and throttling

  • 1.  API Gateway integration with external OAuth server and throttling

    Posted Sep 10, 2020 12:50 PM
    We are using gateway v 9.2 and portal 3.5
    We already have OAuth 2.0 implemented in house that manages all client's data and secrets.
    At present on app registration in developer portal, we create the client id and secret in developer portal and using backend API, we also create it in our OAuth 2.0 system.
    Can we still manage, monitor and maintain throttling and API limits on the clients without creating the client id/secret in developer portal but just maintain that in our OAuth 2 system.

    Purpose: The credentials generated during app registration is meant for sandbox environments. Once those are ready, we need to generate new client id/secret (but associate it with the same App) that we manage and maintain in our internal OAuth 2 server