Skip to content

Commit 4455e67

Browse files
authored
Merge pull request #26081 from microsoftgraph/freshness-applications-concept
[Content freshness] Applications concepts in Graph
2 parents 3c2ae02 + d354a8a commit 4455e67

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

concepts/applications-concept-overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@ ms.topic: concept-article
88
ms.localizationpriority: high
99
ms.subservice: entra-applications
1010
ms.custom: scenarios:getting-started
11-
ms.date: 01/23/2024
11+
ms.date: 01/13/2025
1212
#customer intent: As a developer, I want to understand the capabilities available to manage a Microsoft Entra application programmatically using Microsoft Graph.
1313
---
1414

1515
# Applications API overview
1616

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.
1818

1919
## Building blocks of an application in Microsoft Entra ID
2020

2121
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.
2222

2323
## Application registration
2424

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:
2626

2727
- The type of app you're building - web app, native app, web API, or a daemon app
2828
- Whether the app is multitenant or single-tenant
2929
- Where the app is located
3030
- 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
3232

3333
Use the [application resource type](/graph/api/resources/application) and its associated methods in Microsoft Graph to manage application registration objects programmatically.
3434

@@ -60,8 +60,8 @@ You can use Microsoft Graph APIs for application management to perform the follo
6060
- Configure single-sign on (SSO) options.
6161
- Configure claims to add to access tokens.
6262
- 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.
6565

6666
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).
6767

0 commit comments

Comments
 (0)