Skip to content

Commit 9b8a13e

Browse files
authored
Merge pull request #188363 from Justinha/endpoint
added link to Azure gov
2 parents 45bbfce + 8bfed70 commit 9b8a13e

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

articles/active-directory/authentication/concept-certificate-based-authentication-technical-deep-dive.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: authentication
88
ms.topic: how-to
9-
ms.date: 02/09/2022
9+
ms.date: 02/15/2022
1010

1111
ms.author: justinha
1212
author: vimrang
1313
manager: daveba
14-
ms.reviewer: tommma
14+
ms.reviewer: vimrang
1515

1616
ms.collection: M365-identity-device-management
1717
ms.custom: has-adal-ref
@@ -49,7 +49,9 @@ Let's cover each step:
4949

5050
:::image type="content" border="true" source="./media/concept-certificate-based-authentication-technical-deep-dive/sign-in-alt.png" alt-text="Screenshot of the Sign-in if FIDO2 is also enabled.":::
5151

52-
1. After the user clicks the link, the client is redirected to the certauth endpoint [http://certauth.login.microsoftonline.com](http://certauth.login.microsoftonline.com). The endpoint performs mutual authentication and requests the client certificate as part of the TLS handshake. You will see an entry for this request in the Sign-in logs. There is a [known issue](#known-issues) where User ID is displayed instead of Username.
52+
1. After the user clicks the link, the client is redirected to the certauth endpoint, which is [http://certauth.login.microsoftonline.com](http://certauth.login.microsoftonline.com) for Azure Global. For [Azure Government](/azure-government/compare-azure-government-global-azure.md#guidance-for-developers), the certauth endpoint is [http://certauth.login.microsoftonline.us](http://certauth.login.microsoftonline.us). For the correct endpoint for other environments, see the specific Microsoft cloud docs.
53+
54+
The endpoint performs mutual authentication and requests the client certificate as part of the TLS handshake. You will see an entry for this request in the Sign-in logs. There is a [known issue](#known-issues) where User ID is displayed instead of Username.
5355

5456
:::image type="content" border="true" source="./media/concept-certificate-based-authentication-technical-deep-dive/sign-in-log.png" alt-text="Screenshot of the Sign-in log in Azure AD." lightbox="./media/concept-certificate-based-authentication-technical-deep-dive/sign-in-log.png":::
5557

articles/azure-government/compare-azure-government-global-azure.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: stevevi
77
ms.author: stevevi
88
ms.custom: references_regions
99
recommendations: false
10-
ms.date: 01/19/2022
10+
ms.date: 02/11/2022
1111
---
1212

1313
# Compare Azure Government and global Azure
@@ -75,6 +75,7 @@ Table below lists API endpoints in Azure vs. Azure Government for accessing and
7575
||Azure Database for PostgreSQL|postgres.database.azure.com|postgres.database.usgovcloudapi.net||
7676
||Azure SQL Database|database.windows.net|database.usgovcloudapi.net||
7777
|**Identity**|Azure AD|login.microsoftonline.com|login.microsoftonline.us||
78+
|||certauth.login.microsoftonline.com|certauth.login.microsoftonline.us||
7879
|**Integration**|Service Bus|servicebus.windows.net|servicebus.usgovcloudapi.net||
7980
|**Internet of Things**|Azure IoT Hub|azure-devices.net|azure-devices.us||
8081
||Azure Maps|atlas.microsoft.com|atlas.azure.us||

0 commit comments

Comments
 (0)