Skip to content

Latest commit

 

History

History
66 lines (45 loc) · 3.48 KB

File metadata and controls

66 lines (45 loc) · 3.48 KB
title Set up Multiple Connections
titleSuffix Azure API Management
description Learn how to set up multiple connections to a configured API credential provider using the portal.
services api-management
author dlepow
ms.service azure-api-management
ms.topic how-to
ms.date 10/01/2025
ms.author danlep
ms.custom sfi-image-nochange

Configure multiple connections

[!INCLUDE api-management-availability-all-tiers]

You can configure multiple connections to a credential provider in your API Management instance. For example, if you configured Microsoft Entra ID as a credential provider, you might need to create multiple connections for different scenarios and users.

In this article, you learn how to add a connection to an existing provider by using credential manager in the Azure portal. For an overview of credential manager, see About API credentials and credential manager.

Prerequisites

Create a connection

  1. Sign in to the Azure portal and go to your API Management instance.

  2. Under APIs in the sidebar menu, select Credential manager.

  3. Select the credential provider that you want to create multiple connections for.

  4. In the credential provider window, select Overview, then choose + Create connection.

    :::image type="content" source="media/configure-credential-connection/create-credential.png" alt-text="Screenshot of creating a connection in the portal.":::

  5. On the Connection tab, complete the steps for your connection.

    [!INCLUDE api-management-credential-create-connection]

Manage credentials

You can manage credential provider settings and connections in the portal. For example, you might need to update a client secret for a credential provider.

To update provider settings:

  1. Under APIs in the sidebar menu, select Credential manager.

  2. Select the credential provider that you want to manage.

  3. In the provider window, select Settings.

  4. In the provider settings, make updates, and select Save.

    :::image type="content" source="media/configure-credential-connection/update-provider.png" alt-text="Screenshot of updating credential provider settings in the portal.":::

To update a connection:

  1. Under APIs in the sidebar menu, select Credential manager.

  2. Select the credential provider whose connection you want to update.

  3. In the provider window, select Connections.

  4. In the row for the connection you want to update, select the context (...) menu, and select from the options. For example, to manage access policies, select Edit access policies.

    :::image type="content" source="media/configure-credential-connection/update-connection.png" alt-text="Screenshot of updating a connection in the portal.":::

  5. In the window that appears, make updates, and select Save.

Related content