| 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 |
[!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.
- An API Management instance. If you don't have one, see Create a new Azure API Management instance.
- A configured credential provider. For example, see the steps to create a provider for GitHub or Microsoft Entra ID.
-
Sign in to the Azure portal and go to your API Management instance.
-
Under APIs in the sidebar menu, select Credential manager.
-
Select the credential provider that you want to create multiple connections for.
-
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.":::
-
On the Connection tab, complete the steps for your connection.
[!INCLUDE api-management-credential-create-connection]
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:
-
Under APIs in the sidebar menu, select Credential manager.
-
Select the credential provider that you want to manage.
-
In the provider window, select Settings.
-
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:
-
Under APIs in the sidebar menu, select Credential manager.
-
Select the credential provider whose connection you want to update.
-
In the provider window, select Connections.
-
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.":::
-
In the window that appears, make updates, and select Save.
- Learn more about configuring credential providers in credential manager.
- Review limits for credential providers and connections.