How to specify Client ID and Secret when testing APIs with APIM Developer Portal

Remy Belanger 1 Reputation point
2020-09-01T14:33:16.573+00:00

We want to provide easy testing capability in the Developer Portal for APIs exposed in APIM which are protected with OAuth Client Credentials flow. We have our own OAuth Authorization Server.

Is it possible to simplify the user experience in the Developer Portal for customers who want to test the APIs with their own Client ID and Client Secret that they have obtained from out Authorization Server ? E.g. by asking for their specific Client ID and Client Secret instead of using the "hardcoded" ones configured into the APIM OAuth 2.0 section in the Azure Portal ?

Thanks!

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,913 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,606 Reputation points Microsoft Employee
    2020-09-01T17:14:57.697+00:00

    Currently, the developer portal doesn't support passing in client credentials from the developer portal. Feel free to raise a feature request to support this scenario.

    Also, since the new developer portal is open source, you can implement this as required and self-host the portal.

    0 comments No comments