Skip to content

Commit 51273cf

Browse files
authored
Merge pull request #203085 from MicrosoftDocs/main
Merge main to live, 4 AM
2 parents 8ab5e6e + d10824c commit 51273cf

File tree

197 files changed

+3361
-2685
lines changed

Some content is hidden

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

197 files changed

+3361
-2685
lines changed

.openpublishing.redirection.active-directory.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8787,12 +8787,12 @@
87878787
},
87888788
{
87898789
"source_path_from_root": "/articles/active-directory/active-directory-saas-linkedinlearning-provisioning-tutorial.md",
8790-
"redirect_url": "/azure/active-directory/saas-apps/linkedinlearning-provisioning-tutorial",
8790+
"redirect_url": "/azure/active-directory",
87918791
"redirect_document_id": false
87928792
},
87938793
{
87948794
"source_path_from_root": "/articles/active-directory/active-directory-saas-linkedin-learning-provisioning-tutorial.md",
8795-
"redirect_url": "/azure",
8795+
"redirect_url": "/azure/active-directory",
87968796
"redirect_document_id": false
87978797
},
87988798
{

.openpublishing.redirection.azure-monitor.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,41 @@
141141
"redirect_url": "https://docs.microsoft.com/troubleshoot/azure/azure-monitor/app-insights/troubleshoot-portal-connectivity",
142142
"redirect_document_id": false
143143
},
144+
{
145+
"source_path_from_root": "/articles/azure-monitor/app/java-2x-troubleshoot.md",
146+
"redirect_url": "https://docs.microsoft.com/troubleshoot/azure/azure-monitor/app-insights/java-2x-troubleshoot",
147+
"redirect_document_id": false
148+
},
149+
{
150+
"source_path_from_root": "/articles/azure-monitor/app/status-monitor-v2-troubleshoot.md",
151+
"redirect_url": "https://docs.microsoft.com/troubleshoot/azure/azure-monitor/app-insights/status-monitor-v2-troubleshoot",
152+
"redirect_document_id": false
153+
},
154+
{
155+
"source_path_from_root": "/articles/azure-monitor/app/asp-net-troubleshoot-no-data.md",
156+
"redirect_url": "https://docs.microsoft.com/troubleshoot/azure/azure-monitor/app-insights/asp-net-troubleshoot-no-data",
157+
"redirect_document_id": false
158+
},
159+
{
160+
"source_path_from_root": "/articles/azure-monitor/app/java-standalone-troubleshoot.md",
161+
"redirect_url": "https://docs.microsoft.com/troubleshoot/azure/azure-monitor/app-insights/java-standalone-troubleshoot",
162+
"redirect_document_id": false
163+
},
164+
{
165+
"source_path_from_root": "/articles/azure-monitor/app/troubleshoot-availability.md",
166+
"redirect_url": "https://docs.microsoft.com/troubleshoot/azure/azure-monitor/app-insights/troubleshoot-availability",
167+
"redirect_document_id": false
168+
},
144169
{
145170
"source_path_from_root": "/articles/azure-monitor/app/auto-instrumentation-troubleshoot.md",
146171
"redirect_url": "https://docs.microsoft.com/troubleshoot/azure/azure-monitor/app-insights/auto-instrumentation-troubleshoot",
147172
"redirect_document_id": false
148173
},
174+
{
175+
"source_path_from_root": "/articles/azure-monitor/app/usage-troubleshoot.md",
176+
"redirect_url": "https://docs.microsoft.com/troubleshoot/azure/azure-monitor/app-insights/usage-troubleshoot",
177+
"redirect_document_id": false
178+
},
149179
{
150180
"source_path_from_root": "/articles/azure-monitor/app/java-on-premises.md",
151181
"redirect_url": "/azure/azure-monitor/app/java-in-process-agent",

articles/active-directory/develop/howto-configure-publisher-domain.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: contperf-fy21q4, aaddev
1717

1818
# Configure an application's publisher domain
1919

20-
An application’s publisher domain is displayed to users on the [applications consent prompt](application-consent-experience.md) to let users know where their information is being sent. Multi-tenant applications that are registered after May 21, 2019 that don't have a publisher domain show up as **unverified**. Multi-tenant applications are applications that support accounts outside of a single organizational directory; for example, support all Azure AD accounts, or support all Azure AD accounts and personal Microsoft accounts.
20+
An application’s publisher domain informs the users where their information is being sent and acts as an input/prerequisite for [publisher verification](publisher-verification-overview.md). Depending on when the app was registered and it's verified publisher status, publisher domain may be displayed directly to the user on the [application's consent prompt](application-consent-experience.md). [Multi-tenant applications](/azure/architecture/guide/multitenant/overview) that are registered after May 21, 2019, that don't have a publisher domain show up as**unverified**. Multi-tenant applications are applications that support accounts outside of a single organizational directory; for example, support all Azure AD accounts, or support all Azure AD accounts and personal Microsoft accounts.
2121

2222
## New applications
2323

@@ -33,11 +33,16 @@ The following table summarizes the default behavior of the publisher domain valu
3333
| *.onmicrosoft.com | *.onmicrosoft.com |
3434
| - *.onmicrosoft.com<br/>- domain1.com<br/>- domain2.com (primary) | domain2.com |
3535

36-
If a multi-tenant application's publisher domain isn't set, or if it's set to a domain that ends in .onmicrosoft.com, the app's consent prompt will show **unverified** in place of the publisher domain.
37-
36+
1. If your multi-tenant was registered between **May 21, 2019 and November 30, 2020**:
37+
- If the application's publisher domain isn't set, or if it's set to a domain that ends in .onmicrosoft.com, the app's consent prompt will show **unverified** in place of the publisher domain.
38+
- If the application has a verified app domain, the consent prompt will show the verified domain.
39+
- If the application is publisher verified, it will show a [blue "verified" badge] (publisher-verification-overview.md) indicating the same
40+
2. If your multi-tenant was registered after **November 30, 2020**:
41+
- If the application is not publisher verified, the app will show as "**unverified**" in the consent prompt (i.e, no publisher domain related info is shown)
42+
- If the application is publisher verified, it will show a [blue "verified" badge] (publisher-verification-overview.md) indicating the same
3843
## Grandfathered applications
3944

40-
If your app was registered before May 21, 2019, your application's consent prompt will not show **unverified** if you have not set a publisher domain. We recommend that you set the publisher domain value so that users can see this information on your app's consent prompt.
45+
If your app was registered before May 21, 2019, your application's consent prompt will not show **unverified** even if you have not set a publisher domain. We recommend that you set the publisher domain value so that users can see this information on your app's consent prompt.
4146

4247
## Configure publisher domain using the Azure portal
4348

@@ -97,11 +102,15 @@ Configuring the publisher domain has an impact on what users see on the app cons
97102

98103
The following table describes the behavior for applications created before May 21, 2019.
99104

100-
![Consent prompt for apps created before May 21, 2019](./media/howto-configure-publisher-domain/old-app-behavior-table.png)
105+
![Table that shows consent prompt behavior for apps created before May 21, 2019.](./media/howto-configure-publisher-domain/old-app-behavior-table.png)
106+
107+
The behavior for applications created between May 21, 2019 and November 30, 2020 will depend on the publisher domain and the type of application. The following table describes what is shown on the consent prompt with the different combinations of configurations.
108+
109+
![Table that shows consent prompt behavior for apps created betweeb May 21, 2019 and Nov 30, 2020.](./media/howto-configure-publisher-domain/new-app-behavior-table.png)
101110

102-
The behavior for new applications created after May 21, 2019 will depend on the publisher domain and the type of application. The following table describes the changes you should expect to see with the different combinations of configurations.
111+
For multi-tenant applications created after November 30, 2020, only publisher verification status is surfaced in the consent prompt. The following table describes what is shown on the consent prompt depending on whether an app is verified or not. Consent prompt for single tenant applications will remain the same as above.
103112

104-
![Consent prompt for apps created after May 21, 2019](./media/howto-configure-publisher-domain/new-app-behavior-table.png)
113+
![Table that shows consent prompt behavior for apps created after Nov 30, 2020.](./media/howto-configure-publisher-domain/new-app-behavior-publisher-verification-table.png)
105114

106115
## Implications on redirect URIs
107116

articles/active-directory/develop/includes/web-app/quickstart-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ See [How the sample works](#how-the-sample-works) for an illustration.
2222

2323
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2424
- [Python 2.7+](https://www.python.org/downloads/release/python-2713) or [Python 3+](https://www.python.org/downloads/release/python-364/)
25-
- [Flask](http://flask.pocoo.org/), [Flask-Session](https://pypi.org/project/Flask-Session/), [requests](https://requests.kennethreitz.org/en/master/)
25+
- [Flask](http://flask.pocoo.org/), [Flask-Session](https://pypi.org/project/Flask-Session/), [requests](https://requests.readthedocs.io/en/latest/)
2626
- [MSAL Python](https://github.com/AzureAD/microsoft-authentication-library-for-python)
2727

2828

Loading

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Publisher verification provides the following benefits:
4242
## Requirements
4343
There are a few pre-requisites for publisher verification, some of which will have already been completed by many Microsoft partners. They are:
4444

45-
- 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.
45+
- 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. (**NOTE**: It can't be the Partner Location MPN ID. Location MPN IDs aren't currently supported)
4646

4747
- The application to be publisher verified must be registered using a Azure AD account. Applications registered using a Microsoft personal account aren't supported for publisher verification.
4848

@@ -56,7 +56,7 @@ There are a few pre-requisites for publisher verification, some of which will ha
5656

5757
- In Azure AD this user must be a member of one of the following [roles](../roles/permissions-reference.md): Application Admin, Cloud Application Admin, or Global Admin.
5858

59-
- 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).
59+
- In Partner Center this user must have of the following [roles](/partner-center/permissions-overview): MPN Partner Admin, Account Admin, or a Global Admin (this is a shared role mastered in Azure AD).
6060

6161
- The user performing verification must sign in using [multi-factor authentication](../authentication/howto-mfa-getstarted.md).
6262

0 commit comments

Comments
 (0)