Skip to content

Commit ff742d9

Browse files
committed
updates
1 parent c350d67 commit ff742d9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

articles/active-directory/develop/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -505,11 +505,11 @@
505505
href: howto-configure-publisher-domain.md
506506
- name: Configure Terms of Service and Privacy Statement
507507
href: howto-add-terms-of-service-privacy-statement.md
508-
- name: Configure Publisher Verification for your app
508+
- name: Configure publisher verification for your app
509509
items:
510-
- name: Mark your app as Publisher Verified
510+
- name: Mark your app as publisher verified
511511
href: mark-app-as-publisher-verified.md
512-
- name: Troubleshoot Publisher Verified
512+
- name: Troubleshoot publisher verification
513513
href: troubleshoot-publisher-verification.md
514514
- name: Work with Microsoft Authentication Library
515515
displayName: MSAL

articles/active-directory/develop/mark-app-as-publisher-verified.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you are already enrolled in the Microsoft Partner Network (MPN) and have met
2929

3030
1. Enter your MPN ID and click **Verify and save**.
3131

32-
For more details on specific benefits, requirements, and frequent asked questions see the [overview](publisher-verification-overview.md).
32+
For more details on specific benefits, requirements, and frequently asked questions see the [overview](publisher-verification-overview.md).
3333

3434

3535
## Mark your app as publisher verified

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ There are a few pre-requisites for publisher verification, some of which will ha
5353

5454
Developers who have already met these pre-requisites can get verified in a matter of minutes. If the requirements have not been met, getting set up is free.
5555

56-
## Frequently Asked Questions
56+
## Frequently asked questions
5757
Below are some frequently asked questions regarding the Publisher Verification program. For FAQs related to the requirements and the process, see [mark an app as publisher verified](mark-app-as-publisher-verified.md).
5858

5959
- **What information does Publisher Verification __not__ provide?** When an application is marked publisher verified this does not indicate whether the application or its publisher has achieved any specific certifications, complies with industry standards, adheres to best practices, etc. Other Microsoft programs do provide this information, including [Microsoft 365 App Certification](/microsoft-365-app-certification/overview).
@@ -62,7 +62,7 @@ Below are some frequently asked questions regarding the Publisher Verification p
6262

6363
- **How does this relate to Microsoft 365 Publisher Attestation? What about Microsoft 365 App Certification?** These are complementary programs that developers can use to create trustworthy apps that can be confidently adopted by customers. Publisher verification is the first step in this process, and should be completed by all developers creating apps that meet the above criteria.
6464

65-
Developers who are also integrating with Microsoft 365 can receive additional benefits from these programs. For more information, refer to [Microsoft 365 Publisher Attestation](/microsoft-365-app-certification/docs/attestation) and [Microsoft 365 App Certification](/microsoft-365-app-certification/docs/certification).
65+
Developers who are also integrating with Microsoft 365 can receive additional benefits from these programs. For more information, refer to [Microsoft 365 Publisher Attestation](/microsoft-365-app-certification/docs/attestation) and [Microsoft 365 App Certification](/microsoft-365-app-certification/docs/certification).
6666

6767
- **Is this the same thing as the Azure AD Application Gallery?** No- publisher verification is a complementary but separate program to the [Azure Active Directory application gallery](/azure/active-directory/azuread-dev/howto-app-gallery-listing). Developers who fit the above criteria should complete the publisher verification process independently of participation in that program.
6868

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.reviewer: jesakowi
1515
---
1616

1717
# Troubleshoot publisher verification (preview)
18-
If you are unable to complete the process or are experiencing unexpected behavior with [Publisher verification](publisher-verification-overview.md), you should start by doing the following if you are receiving errors or seeing unexpected behavior:
18+
If you are unable to complete the process or are experiencing unexpected behavior with [publisher verification](publisher-verification-overview.md), you should start by doing the following if you are receiving errors or seeing unexpected behavior:
1919

2020
1. Review the [requirements](publisher-verification-overview.md#requirements) and ensure they have all been met
2121

@@ -62,7 +62,7 @@ If you are having an issue but unable to understand why based on what you are se
6262

6363
The easiest way to make these requests is using [Graph Explorer](https://developer.microsoft.com/graph/graph-explorer). You may also consider other options like using [Postman](https://www.postman.com/), or using PowerShell to [invoke a web request](/powershell/module/microsoft.powershell.utility/invoke-webrequest?view=powershell-7).
6464

65-
You can use Microsoft Graph to both set and unset your app’s Verified Publisher and check the result after performing one of these operations. The result can be seen on both the [application](/graph/api/resources/application?view=graph-rest-beta) object corresponding to your app registration and any [service principals](/graph/api/resources/serviceprincipal?view=graph-rest-beta) that have been instantiated from that app. For more information on the relationship between those objects, see: [Application and service principal objects in Azure Active Directory](app-objects-and-service-principals.md).
65+
You can use Microsoft Graph to both set and unset your app’s verified publisher and check the result after performing one of these operations. The result can be seen on both the [application](/graph/api/resources/application?view=graph-rest-beta) object corresponding to your app registration and any [service principals](/graph/api/resources/serviceprincipal?view=graph-rest-beta) that have been instantiated from that app. For more information on the relationship between those objects, see: [Application and service principal objects in Azure Active Directory](app-objects-and-service-principals.md).
6666

6767
Here are examples of some useful requests:
6868

0 commit comments

Comments
 (0)