Skip to content

Commit 3c9e247

Browse files
2 parents a7455cd + f498641 commit 3c9e247

File tree

198 files changed

+2075
-1499
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

198 files changed

+2075
-1499
lines changed

.openpublishing.redirection.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26479,6 +26479,11 @@
2647926479
"redirect_url": "/azure/marketplace/enable-appsource-marketplace-using-azure-ad",
2648026480
"redirect_document_id": true
2648126481
},
26482+
{
26483+
"source_path": "articles/marketplace/gtm-promote-your-business.md",
26484+
"redirect_url": "/azure/marketplace/gtm-your-marketplace-benefits",
26485+
"redirect_document_id": false
26486+
},
2648226487
{
2648326488
"source_path": "articles/marketplace/become-publisher.md",
2648426489
"redirect_url": "/azure/marketplace/partner-center-portal/create-account",
@@ -37403,11 +37408,21 @@
3740337408
"redirect_url": "/azure/cognitive-services/content-moderator/review-api#workflows",
3740437409
"redirect_document_id": true
3740537410
},
37411+
{
37412+
"source_path": "articles/cognitive-services/Content-Moderator/FAQs.md",
37413+
"redirect_url": "/azure/cognitive-services/content-moderator/overview",
37414+
"redirect_document_id": false
37415+
},
3740637416
{
3740737417
"source_path": "articles/cognitive-services/Content-Moderator/sdk-and-samples.md",
3740837418
"redirect_url": "/azure/cognitive-services/content-moderator/samples-dotnet",
3740937419
"redirect_document_id": false
3741037420
},
37421+
{
37422+
"source_path": "articles/cognitive-services/Content-Moderator/Review-Tool-User-Guide/Sign-up.md",
37423+
"redirect_url": "/azure/cognitive-services/content-moderator/overview",
37424+
"redirect_document_id": false
37425+
},
3741137426
{
3741237427
"source_path": "articles/cognitive-services/Computer-vision/Vision-API-How-to-Topics/HowToSubscribe.md",
3741337428
"redirect_url": "/azure/cognitive-services/cognitive-services-apis-create-account#single-service-subscription",
@@ -37473,6 +37488,11 @@
3747337488
"redirect_url": "/azure/cognitive-services/Custom-Vision-Service/getting-started-build-a-classifier",
3747437489
"redirect_document_id": false
3747537490
},
37491+
{
37492+
"source_path": "articles/cognitive-services/Custom-Vision-Service/glossary-of-terms.md",
37493+
"redirect_url": "/azure/cognitive-services/Custom-Vision-Service/home",
37494+
"redirect_document_id": false
37495+
},
3747637496
{
3747737497
"source_path": "articles/data-catalog/data-catalog-prerequisites.md",
3747837498
"redirect_url": "/azure/data-catalog/data-catalog-get-started",

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.devlang: na
1414
ms.topic: article
1515
ms.tgt_pltfrm: na
1616
ms.workload: identity
17-
ms.date: 04/18/2018
17+
ms.date: 06/04/2019
1818
ms.author: ryanwi
1919
ms.custom: aaddev
2020
ms.reviewer: elisol, lenalepa
@@ -29,9 +29,9 @@ There are two representations of applications in Azure AD:
2929
Service principals generally reference an application object, and one application object can be referenced by multiple service principals across directories.
3030

3131
## What are application objects and where do they come from?
32-
You can manage [application objects](app-objects-and-service-principals.md#application-object) in the Azure portal through the [App Registrations](https://portal.azure.com/#blade/Microsoft_AAD_IAM/ApplicationsListBlade) 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 (as well as additional information not mentioned here):
32+
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 (as well as additional information not mentioned here):
3333
* Name, logo, and publisher
34-
* Reply URLs
34+
* Redirect URIs
3535
* Secrets (symmetric and/or asymmetric keys used to authenticate the application)
3636
* API dependencies (OAuth)
3737
* Published APIs/resources/scopes (OAuth)
@@ -71,7 +71,7 @@ Like application objects, service principals can also be created through multipl
7171
* When you subscribe to Office 365 or begin a trial, one or more service principals are created in the directory representing the various services that are used to deliver all of the functionality associated with Office 365.
7272
* Some Office 365 services like SharePoint create service principals on an ongoing basis to allow secure communication between components including workflows.
7373
* When an admin adds an application from the app gallery (this will also create an underlying app object)
74-
* Add an application to use the [Azure AD Application Proxy](https://msdn.microsoft.com/library/azure/dn768219.aspx)
74+
* Add an application to use the [Azure AD Application Proxy](/azure/active-directory/manage-apps/application-proxy)
7575
* Connect an application for single sign on using SAML or password single sign-on (SSO)
7676
* Programmatically via the Azure AD Graph API or PowerShell
7777

@@ -98,8 +98,8 @@ Applications that you add yourself (represented as **App (yours)** in the diagra
9898
* Claims transformation rules
9999
* Attribute mappings (User provisioning)
100100
* For more detailed information on the service principal and application objects, see the Azure AD Graph REST API reference documentation:
101-
* [Application](https://msdn.microsoft.com/library/azure/ad/graph/api/entity-and-complex-type-reference#application-entity)
102-
* [Service Principal](https://msdn.microsoft.com/library/azure/ad/graph/api/entity-and-complex-type-reference#serviceprincipal-entity)
101+
* [Application](/previous-versions/azure/ad/graph/api/entity-and-complex-type-reference#application-entity)
102+
* [Service Principal](/previous-versions/azure/ad/graph/api/entity-and-complex-type-reference#serviceprincipal-entity)
103103

104104
## Why do applications integrate with Azure AD?
105105
Applications are added to Azure AD to leverage one or more of the services it provides including:

articles/active-directory/develop/v2-oauth2-auth-code-flow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.workload: identity
1414
ms.tgt_pltfrm: na
1515
ms.devlang: na
1616
ms.topic: conceptual
17-
ms.date: 04/12/2019
17+
ms.date: 06/04/2019
1818
ms.author: ryanwi
1919
ms.reviewer: hirsin
2020
ms.custom: aaddev
@@ -25,7 +25,7 @@ ms.collection: M365-identity-device-management
2525

2626
[!INCLUDE [active-directory-develop-applies-v2](../../../includes/active-directory-develop-applies-v2.md)]
2727

28-
The OAuth 2.0 authorization code grant can be used in apps that are installed on a device to gain access to protected resources, such as web APIs. Using the Microsoft identity platform implementation of OAuth 2.0, you can add sign in and API access to your mobile and desktop apps. This guide is language-independent, and describes how to send and receive HTTP messages without using any of the [Azure open-source authentication libraries](active-directory-authentication-libraries.md).
28+
The OAuth 2.0 authorization code grant can be used in apps that are installed on a device to gain access to protected resources, such as web APIs. Using the Microsoft identity platform implementation of OAuth 2.0, you can add sign in and API access to your mobile and desktop apps. This guide is language-independent, and describes how to send and receive HTTP messages without using any of the [Azure open-source authentication libraries](reference-v2-libraries.md).
2929

3030
> [!NOTE]
3131
> Not all Azure Active Directory scenarios & features are supported by the Microsoft identity platform endpoint. To determine if you should use the Microsoft identity platform endpoint, read about [Microsoft identity platform limitations](active-directory-v2-limitations.md).

0 commit comments

Comments
 (0)