Skip to content

Commit a4b6321

Browse files
authored
Merge pull request #251412 from omondiatieno/portal-reference
replace references to Azure portal with Entra admin center
2 parents f94c16d + b50b770 commit a4b6321

25 files changed

+46
-46
lines changed

articles/active-directory/manage-apps/add-application-portal-setup-sso.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.custom: contperf-fy22q2, mode-other, enterprise-apps
1818

1919
# Enable single sign-on for an enterprise application
2020

21-
In this article, you use the Azure portal to enable single sign-on (SSO) for an enterprise application that you added to your Azure Active Directory (Azure AD) tenant. After you configure SSO, your users can sign in by using their Azure AD credentials.
21+
In this article, you use the Microsoft Entra admin center to enable single sign-on (SSO) for an enterprise application that you added to your Azure Active Directory (Azure AD) tenant. After you configure SSO, your users can sign in by using their Azure AD credentials.
2222

2323
Azure AD has a gallery that contains thousands of pre-integrated applications that use SSO. This article uses an enterprise application named **Azure AD SAML Toolkit 1** as an example, but the concepts apply for most pre-configured enterprise applications in the gallery.
2424

articles/active-directory/manage-apps/add-application-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: mode-other, enterprise-apps
1717

1818
# Quickstart: Add an enterprise application
1919

20-
In this quickstart, you use the Azure portal to add an enterprise application to your Azure Active Directory (Azure AD) tenant. Azure AD has a gallery that contains thousands of enterprise applications that have been preintegrated. Many of the applications your organization uses are probably already in the gallery. This quickstart uses the application named **Azure AD SAML Toolkit** as an example, but the concepts apply for most [enterprise applications in the gallery](../saas-apps/tutorial-list.md).
20+
In this quickstart, you use the Microsoft Entra admin center to add an enterprise application to your Azure Active Directory (Azure AD) tenant. Azure AD has a gallery that contains thousands of enterprise applications that have been preintegrated. Many of the applications your organization uses are probably already in the gallery. This quickstart uses the application named **Azure AD SAML Toolkit** as an example, but the concepts apply for most [enterprise applications in the gallery](../saas-apps/tutorial-list.md).
2121

2222
It's recommended that you use a nonproduction environment to test the steps in this quickstart.
2323

articles/active-directory/manage-apps/admin-consent-workflow-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If the user doesn’t know who to contact to grant them access, they may be unab
3131
As an admin, the following options exist for you to determine how users consent to applications:
3232
- Disable user consent. For example, a high school may want to turn off user consent so that the school IT administration has full control over all the applications that are used in their tenant.
3333
- Allow users to consent to the required permissions. It's NOT recommended to keep user consent open if you have sensitive data in your tenant.
34-
- If you still want to retain admin-only consent for certain permissions but want to assist your end-users in onboarding their application, you can use the admin consent workflow to evaluate and respond to admin consent requests. This way, you can have a queue of all the requests for admin consent for your tenant and can track and respond to them directly through the Azure portal.
34+
- If you still want to retain admin-only consent for certain permissions but want to assist your end-users in onboarding their application, you can use the admin consent workflow to evaluate and respond to admin consent requests. This way, you can have a queue of all the requests for admin consent for your tenant and can track and respond to them directly through the Microsoft Entra admin center.
3535
To learn how to configure the admin consent workflow, see [configure-admin-consent-workflow.md](configure-admin-consent-workflow.md).
3636

3737
## How the admin consent workflow works
@@ -42,7 +42,7 @@ When you configure the admin consent workflow, your end users can request for co
4242

4343
When an administrator responds to a request, the user receives an email alert informing them that the request has been processed.
4444

45-
When the user submits a consent request, the request shows up in the admin consent request page in the Azure portal. Administrators and designated reviewers sign in to [view and act on the new requests](review-admin-consent-requests.md). Reviewers only see consent requests that were created after they were designated as reviewers. Requests show up in the following two tabs in the admin consent requests blade.
45+
When the user submits a consent request, the request shows up in the admin consent request page in the Microsoft Entra admin center. Administrators and designated reviewers sign in to [view and act on the new requests](review-admin-consent-requests.md). Reviewers only see consent requests that were created after they were designated as reviewers. Requests show up in the following two tabs in the admin consent requests blade.
4646
- My pending: This shows any active requests that have the signed-in user designated as a reviewer. Although reviewers can block or deny requests, only people with the correct RBAC permissions to consent to the requested permissions can do so.
4747
- All(Preview): All requests, active or expired, that exist in the tenant.
4848
Each request includes information about the application and the user(s) requesting the application.

articles/active-directory/manage-apps/app-management-videos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ___
4646
>[!Video https://www.youtube.com/embed/19v7WSt9HwU]
4747
:::column-end:::
4848
:::column:::
49-
2 - [How do I grant admin consent in the Azure portal](https://www.youtube.com/watch?v=LSYcelwdhHI&list=PLlrxD0HtieHiBPIyUWkqVzoMrgfwKi4dY&index=5)(1:19)
49+
2 - [How do I grant admin consent in the Microsoft Entra admin center](https://www.youtube.com/watch?v=LSYcelwdhHI&list=PLlrxD0HtieHiBPIyUWkqVzoMrgfwKi4dY&index=5)(1:19)
5050
:::column-end:::
5151
:::column:::
5252
>[!Video https://www.youtube.com/embed/LSYcelwdhHI]

articles/active-directory/manage-apps/application-list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ When filtered to **All Applications**, the **All Applications** **List** shows e
2424

2525
- When you add any application from the application gallery, including:
2626

27-
- **Azure AD - Enterprise applications** – Apps added to your tenant using the **Enterprise applications** option on the Azure portal. Usually apps integrated using the SAML standard.
28-
- **Azure AD - App registrations** – Apps added to your tenant using the **App registrations** option on the Azure portal. Usually custom developed apps using the Open ID Connect and OAuth standards.
27+
- **Azure AD - Enterprise applications** – Apps added to your tenant using the **Enterprise applications** option on the Microsoft Entra admin center. Usually apps integrated using the SAML standard.
28+
- **Azure AD - App registrations** – Apps added to your tenant using the **App registrations** option on the Microsoft Entra admin center. Usually custom developed apps using the Open ID Connect and OAuth standards.
2929
- **Application Proxy Applications** – An application running in your on-premises environment that you want to provide secure single-sign on to externally
3030
- When signing up for, or signing in to, a third-party application integrated with Azure Active Directory. One example is [Smartsheet](https://app.smartsheet.com/b/home) or [DocuSign](https://www.docusign.net/member/MemberLogin.aspx).
3131
- Microsoft apps such as Microsoft 365.

articles/active-directory/manage-apps/application-management-certs-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ There is no option to edit or customize these email notifications received from
4646

4747
## Who can update the certificates?
4848

49-
The owner of the application or Global Administrator or Application Administrator can update the certificates through Azure portal UI, PowerShell or Microsoft Graph.
49+
The owner of the application or Global Administrator or Application Administrator can update the certificates through Microsoft Entra admin center UI, PowerShell or Microsoft Graph.
5050

5151
## I need more details about certificate signing options
5252

articles/active-directory/manage-apps/application-sign-in-other-problem-access-panel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ My Apps is a web-based portal that enables a user with a work or school account
2020

2121
To learn more about using Azure AD as an identity provider for an app, see the [What is Application Management in Azure AD](what-is-application-management.md). To get up to speed quickly, check out the [Quickstart Series on Application Management](view-applications-portal.md).
2222

23-
These applications are configured on behalf of the user in the Azure portal. The application must be configured properly and assigned to the user or a group the user is a member of to see the application in My Apps.
23+
These applications are configured on behalf of the user in the Microsoft Entra admin center. The application must be configured properly and assigned to the user or a group the user is a member of to see the application in My Apps.
2424

2525
The type of apps a user may be seeing fall in the following categories:
2626

articles/active-directory/manage-apps/application-sign-in-unexpected-user-consent-error.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ These errors all occur when the application a user is trying to consent to is re
6868

6969
* Consenting to the resource application
7070

71-
* Granting the application permissions via the Azure portal
71+
* Granting the application permissions via the Microsoft Entra admin center
7272

7373
* Adding the application from the Azure AD Application Gallery
7474

articles/active-directory/manage-apps/configure-authentication-for-federated-users-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ To apply the HRD policy after you've created it, you can assign it to multiple a
181181

182182
You need the **ObjectID** of the service principals to which you want to assign the policy. There are several ways to find the **ObjectID** of service principals.
183183

184-
You can use the [Azure portal](https://portal.azure.com), or you can query [Microsoft Graph](/graph/api/resources/serviceprincipal). You can also go to the [Graph Explorer Tool](https://developer.microsoft.com/graph/graph-explorer) and sign in to your Azure AD account to see all your organization's service principals.
184+
You can use the [Microsoft Entra admin center](https://entra.microsoft.com), or you can query [Microsoft Graph](/graph/api/resources/serviceprincipal). You can also go to the [Graph Explorer Tool](https://developer.microsoft.com/graph/graph-explorer) and sign in to your Azure AD account to see all your organization's service principals.
185185

186186
Because you're using PowerShell, you can use the following cmdlet to list the service principals and their IDs.
187187

articles/active-directory/manage-apps/configure-user-consent-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can configure which users are allowed to consent to apps accessing their gro
4444

4545
:::zone pivot="portal"
4646

47-
To configure group and team owner consent settings through the Azure portal:
47+
To configure group and team owner consent settings through the Microsoft Entra admin center:
4848

4949
Follow these steps to manage group owner consent to apps accessing group data:
5050

0 commit comments

Comments
 (0)