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: articles/active-directory/develop/publisher-verification-overview.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
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.
4
4
services: active-directory
5
5
author: rwike77
6
6
manager: CelesteDG
@@ -16,26 +16,26 @@ ms.reviewer: jesakowi
16
16
17
17
# Publisher verification
18
18
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.
20
20
21
21
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/).
22
22
23
23
## Benefits
24
24
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.
26
26
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.
28
28
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.
30
30
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.
32
32
33
33
## Requirements
34
34
There are a few pre-requisites for publisher verification, some of which will have already been completed by many Microsoft partners. They are:
35
35
36
36
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.
37
37
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.
39
39
40
40
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.
41
41
@@ -45,17 +45,17 @@ There are a few pre-requisites for publisher verification, some of which will ha
45
45
46
46
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).
47
47
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.
49
49
50
50
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.
51
51
52
52
## Frequently Asked Questions
53
53
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.
55
55
56
56
-**When will other experiences start showing the badge or using verification status?**
57
57
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.
59
59
60
60
- Dates on additional UI surfaces have not been announced.
61
61
@@ -104,7 +104,7 @@ When an application is marked publisher verified this does not indicate whether
104
104
105
105
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.
106
106
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:
108
108
109
109
1. The publisher must have a valid [Microsoft Partner Network account](https://partner.microsoft.com/membership).
110
110
@@ -126,7 +126,7 @@ For a publisher to mark an app as publisher verified, the following requirements
126
126
127
127
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.
128
128
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).
0 commit comments