Skip to content

Commit 36cd993

Browse files
committed
updates
1 parent 5b72186 commit 36cd993

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

articles/active-directory/develop/publisher-verification-overview.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Publisher verification overview
3-
description: An overview of publisher verification for Microsoft identity platform.
3+
description: Provides an overview of the publisher verification program for the Microsoft identity platform. Lists the benefits, program requirements, and frequently asked questions.
44
services: active-directory
55
author: rwike77
66
manager: CelesteDG
@@ -16,26 +16,26 @@ ms.reviewer: jesakowi
1616

1717
# Publisher verification
1818

19-
Publisher verification allows developers with a verified (or “vetted”) Microsoft Partner Center (MPN) account to mark one or more app registrations as publisher verified.
19+
Publisher verification allows developers to add a verified organizational identity to apps registered through Azure Active Directory (AAD). Verification is done by associating one or more apps with a Microsoft Partner Center (MPN) account.
2020

2121
This feature is primarily targeted at developers building multi-tenant apps that leverage [OAuth 2.0 and OpenID Connect](active-directory-v2-protocols.md) with the [Microsoft identity platform](v2-overview.md). These apps can sign users in using OpenID Connect, or they may use OAuth to request access to data using APIs like [Microsoft Graph](https://developer.microsoft.com/graph/).
2222

2323
## Benefits
2424
Publisher verification provides the following benefits:
25-
- Transparency and risk reduction for customers- this capability helps customers understand which apps being used in their organizations are published by developers they trust.
25+
- **Increased transparency and risk reduction for customers**- this capability helps customers understand which apps being used in their organizations are published by developers they trust.
2626

27-
- UX differentiation- a “verified” badge will appear on the Azure AD [consent prompt](application-consent-experience.md), Enterprise Apps page, and additional UX surfaces used by end-users and admins.
27+
- **Improved branding**- a “verified” badge appears on the Azure AD [consent prompt](application-consent-experience.md), Enterprise Apps page, and additional UX surfaces used by end-users and admins.
2828

29-
- Smoother enterprise adoption- admins will soon be able to configure new User Consent Policies, and publisher verification status will be one of the primary policy criteria.
29+
- **Smoother enterprise adoption**- admins can configure new User Consent Policies, and publisher verification status will be one of the primary policy criteria.
3030

31-
- Risk evaluation- Microsoft’s detections for “risky” consent requests will include publisher verification as a signal.
31+
- **Improved risk evaluation**- Microsoft’s detections for “risky” consent requests will include publisher verification as a signal.
3232

3333
## Requirements
3434
There are a few pre-requisites for publisher verification, some of which will have already been completed by many Microsoft partners. They are:
3535

3636
1. An MPN ID for a valid [Microsoft Partner Network](https://partner.microsoft.com/membership) account that has completed the [verification](/partner-center/verification-responses) process. This MPN account must be the [Partner global account (PGA)](/partner-center/account-structure#the-top-level-is-the-partner-global-account-pga) for your organization.
3737

38-
1. An Azure AD tenant with a DNS-verified [custom domain](/azure/active-directory/fundamentals/add-custom-domain), which must match the domain of the email address used during verification in the previous step.
38+
1. An Azure AD tenant with a DNS-verified [custom domain](/azure/active-directory/fundamentals/add-custom-domain). The custom domain must match the domain of the email address used during verification in the previous step.
3939

4040
1. An app registered in an Azure AD tenant, with a [Publisher Domain](howto-configure-publisher-domain.md) configured using the same domain as previously used.
4141

@@ -45,17 +45,17 @@ There are a few pre-requisites for publisher verification, some of which will ha
4545

4646
1. In Partner Center this user must have of the following [roles](/partner-center/permissions-overview): MPN Admin, Accounts Admin, or a Global Admin (this is a shared role mastered in Azure AD).
4747

48-
Developers who have already met these pre-requisites can get verified in a matter of minutes. If they have not been met, getting set up is free.
48+
Developers who have already met these pre-requisites can get verified in a matter of minutes. If the requiremets have not been met, getting set up is free.
4949

5050
If you cannot currently meet these requirements, or don’t know if you can, you can still participate in the private preview! We want to hear your feedback and help you understand how you can satisfy these requirements.
5151

5252
## Frequently Asked Questions
5353

54-
- **When will the verified badge start showing up on the consent screen?** Admins and end-users will be able to see the badge even during the Private Preview phase. Users who get prompted to consent to your app will start seeing the badge soon after you have gone through the process successfully, although it may take some time for this to replicate throughout the system. This will generally be a few minutes but could be a few hours.
54+
- **When will the verified badge start showing up on the consent screen?** Users who get prompted to consent to your app see the badge soon after you've gone through the process successfully, although it may take some time for this to replicate throughout the system. This will generally be a few minutes but could be a few hours.
5555

5656
- **When will other experiences start showing the badge or using verification status?**
5757

58-
- The Enterprise Apps experience will start showing an indication of publisher verified apps by Public Preview in mid-May. Admins will be able to set policies using this information in a similar timeframe.
58+
- The Enterprise Apps experience will start showing an indication of publisher verified apps by public preview in mid-May. Admins will be able to set policies using this information in a similar timeframe.
5959

6060
- Dates on additional UI surfaces have not been announced.
6161

@@ -104,7 +104,7 @@ When an application is marked publisher verified this does not indicate whether
104104

105105
Publisher verification is performed on an application-by- application basis so a publisher must verify each application where they would like a publisher verification badge to appear.
106106

107-
For a publisher to mark an app as publisher verified, the following requirements must be met:
107+
The following requirements must be met for a publisher to mark an app as publisher verified:
108108

109109
1. The publisher must have a valid [Microsoft Partner Network account](https://partner.microsoft.com/membership).
110110

@@ -126,7 +126,7 @@ For a publisher to mark an app as publisher verified, the following requirements
126126

127127
1. In Azure AD this user must either be the owner of the app or have one of the following [roles](/azure/active-directory/users-groups-roles/directory-assign-admin-roles): application admin, cloud application admin, global admin.
128128

129-
1. In Partner Center this user must have one of the following [roles](/partner-center/permissions-overview): MPN admin, accounts admin, or a global admin (this is a shared role mastered in Azure AD).
129+
1. In Partner Center this user must have one of the following [roles](/partner-center/permissions-overview): MPN admin, accounts admin, or a global admin (a shared role mastered in Azure AD).
130130

131131
## Additional resources
132132
Microsoft identity platform & Azure AD

articles/active-directory/develop/troubleshoot-publisher-verification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Troubleshoot publisher verification
3-
description: Describles how to troubleshoot publisher verification for Microsoft identity platform.
3+
description: Describes how to troubleshoot publisher verification for Microsoft identity platform by calling Microsoft Graph APIs.
44
services: active-directory
55
author: rwike77
66
manager: CelesteDG

0 commit comments

Comments
 (0)