Skip to content

Commit 5b84a35

Browse files
authored
[msid] refresh registration-config-how-to.md
cc: @rwike77 @kjyam98
1 parent da06d16 commit 5b84a35

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed
Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: Configure endpoints
3-
description: How to find the authentication endpoints for a custom application you are developing or registering with Azure AD.
2+
title: Get the endpoints for an Azure AD app registration
3+
titleSuffix: Microsoft identity platform
4+
description: How to find the authentication endpoints for a custom application you're developing or registering with Azure AD.
45
services: active-directory
56
author: rwike77
67
manager: CelesteDG
@@ -10,26 +11,24 @@ ms.subservice: develop
1011
ms.custom: aaddev
1112
ms.workload: identity
1213
ms.topic: conceptual
13-
ms.date: 07/15/2019
14+
ms.date: 05/07/2020
1415
ms.author: ryanwi
15-
1616
---
1717

18-
# How to configure endpoints
18+
# How to discover endpoints
1919

2020
You can find the authentication endpoints for your application in the [Azure portal](https://portal.azure.com).
2121

22-
- Navigate to the [Azure portal](https://portal.azure.com).
23-
24-
- From the left navigation pane, click **Azure Active Directory**.
25-
26-
- Click **App Registrations** and choose **Endpoints**.
22+
1. Sign in to the [Azure portal](https://portal.azure.com).
23+
1. Select **Azure Active Directory**.
24+
1. Under **Manage**, select **App registrations**, and then select **Endpoints** in the top menu.
2725

28-
- This open up the **Endpoints** page, which list all the authentication endpoints for your tenant.
29-
30-
- Use the endpoint specific to the authentication protocol you are using, in conjunction with the application ID to craft the authentication request specific to your application.
26+
The **Endpoints** page is displayed, showing the authentication endpoints for your tenant.
27+
28+
Use the endpoint that matches the authentication protocol you're using in conjunction with the **Application (client) ID** to craft the authentication request specific to your application.
3129

3230
**National clouds** (for example Azure AD China, Germany, and US Government) have their own app registration portal and Azure AD authentication endpoints. Learn more in the [National clouds overview](authentication-national-cloud.md).
3331

3432
## Next steps
35-
[Azure Active Directory developer's guide](https://docs.microsoft.com/azure/active-directory/develop/active-directory-developers-guide)
33+
34+
For more information about endpoints in the different Azure environments, see the [National clouds overview](authentication-national-cloud.md).

0 commit comments

Comments
 (0)