You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
5
services: active-directory
5
6
author: rwike77
6
7
manager: CelesteDG
@@ -10,26 +11,24 @@ ms.subservice: develop
10
11
ms.custom: aaddev
11
12
ms.workload: identity
12
13
ms.topic: conceptual
13
-
ms.date: 07/15/2019
14
+
ms.date: 05/07/2020
14
15
ms.author: ryanwi
15
-
16
16
---
17
17
18
-
# How to configure endpoints
18
+
# How to discover endpoints
19
19
20
20
You can find the authentication endpoints for your application in the [Azure portal](https://portal.azure.com).
21
21
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.
27
25
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.
31
29
32
30
**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).
33
31
34
32
## 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