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
Copy file name to clipboardExpand all lines: concepts/applications-concept-overview.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8,27 +8,27 @@ ms.topic: concept-article
8
8
ms.localizationpriority: high
9
9
ms.subservice: entra-applications
10
10
ms.custom: scenarios:getting-started
11
-
ms.date: 01/23/2024
11
+
ms.date: 01/13/2025
12
12
#customer intent: As a developer, I want to understand the capabilities available to manage a Microsoft Entra application programmatically using Microsoft Graph.
13
13
---
14
14
15
15
# Applications API overview
16
16
17
-
Microsoft Entra ID is an Identity and Access Management (IAM) system. A core part of its functionality is the [Microsoft identity platform](/entra/identity-platform/v2-overview), which provides authentication and authorization services for *registered applications*. Microsoft Graph APIs allow you to register and manage your application programmatically, enabling you to use Microsoft's IAM capabilities.
17
+
Microsoft Entra ID is a cloud-based Identity and Access Management (IAM) platform. A core part of its functionality is the [Microsoft identity platform](/entra/identity-platform/v2-overview), which provides authentication and authorization services for *registered applications*. Microsoft Graph APIs allow you to register and manage your application programmatically, enabling you to use Microsoft's IAM capabilities.
18
18
19
19
## Building blocks of an application in Microsoft Entra ID
20
20
21
21
A Microsoft Entra application is defined by an **application** object and a **service principal** object. There's only one application object for your application across Microsoft Entra, but there can be multiple service principal objects for your application.
22
22
23
23
## Application registration
24
24
25
-
The first step for the Microsoft identity platform to trust your application is to create an **app registration** in your tenant. When you create an app registration, you tell Microsoft Entra ID the following information about your application:
25
+
The first step for the Microsoft identity platform to know about your application is to create an **app registration** in your tenant. When you create an app registration, you tell Microsoft Entra ID the following information about your application:
26
26
27
27
- The type of app you're building - web app, native app, web API, or a daemon app
28
28
- Whether the app is multitenant or single-tenant
29
29
- Where the app is located
30
30
- Where to send replies after authentication
31
-
- Basic identification information for the app, and more
31
+
- Basic identification and configuration information for the app, and more
32
32
33
33
Use the [application resource type](/graph/api/resources/application) and its associated methods in Microsoft Graph to manage application registration objects programmatically.
34
34
@@ -60,8 +60,8 @@ You can use Microsoft Graph APIs for application management to perform the follo
60
60
- Configure single-sign on (SSO) options.
61
61
- Configure claims to add to access tokens.
62
62
- Manage the permissions that have been granted to the service principal.
63
-
- Connect **on-premises applications** to Microsoft Entra ID, secure remote access to on-premises applications, and publish on-premises applications to remote users.
64
-
-**Provision and synchronize** identities from an on-premises directory, or a SaaS application to Microsoft Entra ID.
63
+
- Connect **on-premises applications** to Microsoft Entra ID, secure remote access to on-premises applications, and publish on-premises applications to remote users. These capabilities also power Microsoft Entra Private Access.
64
+
-**Provision and synchronize** identities from an on-premises directory or SaaS application to Microsoft Entra ID.
65
65
66
66
To discover all the API operations for managing applications and service principals, see [Manage Microsoft Entra applications and service principals using Microsoft Graph](/graph/api/resources/applications-api-overview).
0 commit comments