Skip to content

Commit 26fc89f

Browse files
authored
Merge pull request #101039 from vladvino/supportability
Clarifications based on customer feedback
2 parents 40616e2 + d21b0f0 commit 26fc89f

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

articles/api-management/api-management-howto-mutual-certificates-for-clients.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.service: api-management
1212
ms.workload: mobile
1313
ms.tgt_pltfrm: na
1414
ms.topic: article
15-
ms.date: 05/30/2019
15+
ms.date: 01/13/2020
1616
ms.author: apimpm
1717
---
1818

@@ -23,7 +23,12 @@ API Management provides the capability to secure access to APIs (i.e., client to
2323
For information about securing access to the back-end service of an API using client certificates (i.e., API Management to backend), see [How to secure back-end services using client certificate authentication](https://docs.microsoft.com/azure/api-management/api-management-howto-mutual-certificates)
2424

2525
> [!IMPORTANT]
26-
> To receive and verify client certificates in the Consumption tier you must first turn on "Request client certificate" setting on the "Custom domains" blade as shown below.
26+
> To receive and verify client certificates over HTTP/2 in the Developer, Basic, Standard, or Premium tiers you must turn on the "Negotiate client certificate" setting on the "Custom domains" blade as shown below.
27+
28+
![Negotiate client certificate](./media/api-management-howto-mutual-certificates-for-clients/negotiate-client-certificate.png)
29+
30+
> [!IMPORTANT]
31+
> To receive and verify client certificates in the Consumption tier you must turn on the "Request client certificate" setting on the "Custom domains" blade as shown below.
2732
2833
![Request client certificate](./media/api-management-howto-mutual-certificates-for-clients/request-client-certificate.png)
2934

articles/api-management/configure-custom-domain.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,19 @@ editor: ''
1212
ms.service: api-management
1313
ms.workload: integration
1414
ms.topic: article
15-
ms.date: 08/12/2019
15+
ms.date: 01/13/2020
1616
ms.author: apimpm
1717
---
1818

1919
# Configure a custom domain name
2020

21-
When you create an Azure API Management service instance, Azure assigns it a subdomain of azure-api.net (for example, `apim-service-name.azure-api.net`). However, you can expose your API Management endpoints using your own custom domain name, such as **contoso.com**. This tutorial shows you how to map an existing custom DNS name to endpoints exposed by an API Management instance.
21+
When you create an Azure API Management service instance, Azure assigns it a subdomain of `azure-api.net` (for example, `apim-service-name.azure-api.net`). However, you can expose your API Management endpoints using your own custom domain name, such as **contoso.com**. This tutorial shows you how to map an existing custom DNS name to endpoints exposed by an API Management instance.
22+
23+
> [!IMPORTANT]
24+
> API Management accepts only requests with [host header](https://tools.ietf.org/html/rfc2616#section-14.23) values matching the default domain name or any of the configured custom domain names.
2225
2326
> [!WARNING]
24-
> Customers who wish to use certificate pinning to improve the security of their applications must use a custom domain name > and certificate which they manage, not the default certificate. Customers that pin the default certificate instead will be > taking a hard dependency on the properties of the certificate they don't control, which is not a recommended practice.
27+
> Customers who wish to use certificate pinning to improve the security of their applications must use a custom domain name > and certificate which they manage, not the default certificate. Customers that pin the default certificate instead will be taking a hard dependency on the properties of the certificate they don't control, which is not a recommended practice.
2528
2629
## Prerequisites
2730

0 commit comments

Comments
 (0)