Skip to content

Commit 965c291

Browse files
Update articles/active-directory/develop/active-directory-how-applications-are-added.md
Co-authored-by: Chris Werner <[email protected]>
1 parent 4ca3563 commit 965c291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/active-directory-how-applications-are-added.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ There are two representations of applications in Azure Active Directory (Azure A
2525

2626
## What are application objects and where do they come from?
2727

28-
You can manage [application objects](app-objects-and-service-principals.md#application-object) in the Azure portal through the [App registrations](https://aka.ms/appregistrations) experience. Application objects describe the application to Azure AD and can be considered the definition of the application, allowing the service to know how to issue tokens to the application based on its settings. The application object will only exist in its home directory, even if it's a multi-tenant application supporting service principals in other directories. The application object may include any of the following (and additional information not mentioned here):
28+
You can manage [application objects](app-objects-and-service-principals.md#application-object) in the Azure portal through the [App registrations](https://aka.ms/appregistrations) experience. Application objects describe the application to Azure AD and can be considered the definition of the application, allowing the service to know how to issue tokens to the application based on its settings. The application object will only exist in its home directory, even if it's a multi-tenant application supporting service principals in other directories. The application object may include (but not limited to) any of the following:
2929

3030
- Name, logo, and publisher
3131
- Redirect URIs

0 commit comments

Comments
 (0)