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
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.
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 whether an app is a [multi-tenant app](/azure/architecture/guide/multitenant/overview), when it was registered and it's verified publisher status, either the publisher domain or the verified publisher status will be displayed to the user on the [application's consent prompt](application-consent-experience.md). 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.
21
21
22
22
## New applications
23
23
@@ -34,15 +34,15 @@ The following table summarizes the default behavior of the publisher domain valu
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
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
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
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
43
43
## Grandfathered applications
44
44
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.
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.
46
46
47
47
## Configure publisher domain using the Azure portal
Copy file name to clipboardExpand all lines: articles/active-directory/develop/workload-identity-federation.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
9
9
ms.subservice: develop
10
10
ms.workload: identity
11
11
ms.topic: conceptual
12
-
ms.date: 01/10/2022
12
+
ms.date: 07/13/2022
13
13
ms.author: ryanwi
14
14
ms.reviewer: keyam, udayh, vakarand
15
15
ms.custom: aaddev
@@ -29,7 +29,7 @@ You use workload identity federation to configure an Azure AD app registration t
29
29
30
30
## Supported scenarios
31
31
> [!NOTE]
32
-
> Azure AD-issued tokens might not be used for federated identity flows.
32
+
> Azure ADissued tokens may not be used for federated identity flows. The federated identity credentials flow does not support tokens issued by Azure AD.
33
33
34
34
The following scenarios are supported for accessing Azure AD protected resources using workload identity federation:
0 commit comments