Skip to content

Commit 05c8aec

Browse files
authored
Merge pull request #50161 from rolyon/rolyon-pim-toc-mvc
[Azure AD] [PIM] Updates for MVC
2 parents c906623 + 102e4d8 commit 05c8aec

File tree

84 files changed

+525
-620
lines changed

Some content is hidden

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

84 files changed

+525
-620
lines changed

articles/active-directory/privileged-identity-management/TOC.md

Lines changed: 0 additions & 50 deletions
This file was deleted.
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
- name: Privileged Identity Management documentation
2+
items:
3+
- name: Overview
4+
items:
5+
- name: What is Azure AD PIM?
6+
href: pim-configure.md
7+
- name: Concepts
8+
items:
9+
- name: Subscription requirements
10+
href: subscription-requirements.md
11+
- name: Directory roles you can manage
12+
href: pim-roles.md
13+
- name: Secure privileged access
14+
href: ../users-groups-roles/directory-admin-roles-secure.md?toc=%2fazure%2factive-directory%2fprivileged-identity-management%2ftoc.json
15+
- name: Overview dashboards
16+
href: pim-resource-roles-overview-dashboards.md
17+
- name: Email notifications
18+
href: pim-email-notifications.md
19+
- name: Assignment types
20+
href: pim-resource-roles-eligible-visibility.md
21+
- name: Security wizard
22+
href: pim-security-wizard.md
23+
- name: How-to guides
24+
expanded: true
25+
items:
26+
- name: Start using PIM
27+
href: pim-getting-started.md
28+
- name: Activate roles
29+
items:
30+
- name: Activate my directory roles
31+
href: pim-how-to-activate-role.md
32+
- name: Activate my resource roles
33+
href: pim-resource-roles-activate-your-roles.md
34+
- name: Configure PIM
35+
items:
36+
- name: Discover Azure resources
37+
href: pim-resource-roles-discover-resources.md
38+
- name: Grant access to others to manage PIM
39+
href: pim-how-to-give-access-to-pim.md
40+
- name: Enable subscription management
41+
href: pim-resource-roles-enable-subscription-management.md
42+
- name: Manage directory roles
43+
items:
44+
- name: Assign roles
45+
href: pim-how-to-add-role-to-user.md
46+
- name: Configure role settings
47+
href: pim-how-to-change-default-settings.md
48+
- name: Require MFA
49+
href: pim-how-to-require-mfa.md
50+
- name: Configure alerts
51+
href: pim-how-to-configure-security-alerts.md
52+
- name: Approve requests
53+
href: azure-ad-pim-approval-workflow.md
54+
- name: View audit history
55+
href: pim-how-to-use-audit-log.md
56+
- name: Manage resource roles
57+
items:
58+
- name: View who has access
59+
href: azure-pim-resource-rbac.md
60+
- name: Assign roles
61+
href: pim-resource-roles-assign-roles.md
62+
- name: Configure role settings
63+
href: pim-resource-roles-configure-role-settings.md
64+
- name: Require MFA
65+
href: pim-resource-roles-require-mfa.md
66+
- name: Configure alerts
67+
href: pim-resource-roles-configure-alerts.md
68+
- name: Approve requests
69+
href: pim-resource-roles-approval-workflow.md
70+
- name: Extend or renew roles
71+
href: pim-resource-roles-renew-extend.md
72+
- name: View audit history
73+
href: pim-resource-roles-use-the-audit-log.md
74+
- name: Use custom roles
75+
href: pim-resource-roles-custom-role-policy.md
76+
- name: Review access
77+
items:
78+
- name: Directory roles
79+
items:
80+
- name: Review my directory roles
81+
href: pim-how-to-perform-security-review.md
82+
- name: Start an access review
83+
href: pim-how-to-start-security-review.md
84+
- name: Complete an access review
85+
href: pim-how-to-complete-review.md
86+
- name: Resource roles
87+
items:
88+
- name: Review my resource roles
89+
href: pim-resource-roles-perform-access-review.md
90+
- name: Start an access review
91+
href: pim-resource-roles-start-access-review.md
92+
- name: Complete an access review
93+
href: pim-resource-roles-complete-access-review.md
Lines changed: 9 additions & 158 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure Privileged Identity Management Approval workflows | Microsoft Docs
3-
description: Learn about approval workflows in Privileged Identity Management (PIM)
2+
title: Approve or deny requests for Azure AD directory roles in PIM | Microsoft Docs
3+
description: Learn how to approve or deny requests for Azure AD directory roles in Azure AD Privileged Identity Management (PIM).
44
services: active-directory
55
documentationcenter: ''
66
author: rolyon
@@ -18,122 +18,11 @@ ms.author: rolyon
1818
ms.custom: pim
1919
---
2020

21-
# Approvals
21+
# Approve or deny requests for Azure AD directory roles in PIM
2222

23-
## Overview
23+
With Privileged Identity Management, you can configure roles to require approval for activation, and choose one or multiple users or groups as delegated approvers.
2424

25-
With Approvals for Privileged Identity Management, you can configure roles to require approval for activation, and choose one or multiple users or groups as delegated approvers. Keep reading to learn how to configure roles and select approvers.
26-
27-
28-
## New Terminology
29-
30-
*Eligible Role User* – An eligible role user is a user within your organization
31-
that’s been assigned to an Azure AD role as eligible (role requires activation).
32-
33-
*Delegated Approver* – A delegated approver is one or multiple individuals or
34-
groups within your Azure AD responsible for approving requests to activate roles.
35-
36-
## Scenarios
37-
38-
The private preview supports the following scenarios:
39-
40-
**As a Privileged Role Administrator (PRA) you can:**
41-
42-
- [enable approval for specific roles](#enable-approval-for-specific-roles)
43-
44-
- [specify approver users and/or groups to approve requests](#specify-approver-users-and/or-groups-to-approve-requests)
45-
46-
- [view request and approval history for all privileged roles](#view-request-and-approval-history-for-all-privileged-roles)
47-
48-
**As a designated approver, you can:**
49-
50-
- [view pending approvals (requests)](#view-pending-approvals-requests)
51-
52-
- [approve or reject requests for role elevation (single and/or bulk)](#approve-or-reject-requests-for-role-elevation-single-and/or-bulk)
53-
54-
- [provide justification for my approval/rejection](#provide-justification-for-my-approval/rejection) 
55-
56-
**As an Eligible Role User you can:**
57-
58-
- [request activation of a role that requires approval](#request-activation-of-a-role-that-requires-approval)
59-
60-
- [view the status of your request to activate](#view-the-status-of-your-request-to-activate)
61-
62-
- [complete your task in Azure AD if activation was approved](#complete-your-task-in-azure-ad-if-activation-was-approved)
63-
64-
### Navigation
65-
66-
We've updated the navigation to support approvals
67-
68-
![](media/azure-ad-pim-approval-workflow/image001.png)
69-
70-
The default landing page provides convenient access to information about PIM and the new approvals documentation.
71-
72-
![](media/azure-ad-pim-approval-workflow/image002.png)
73-
74-
We’ve also added a new section for all users of PIM, ‘My Audit History’. Here you can find all the information relevant to your identity. This includes all your pending and completed requests, any decisions you’ve made about the requests you resolve, and all your past role activations in one convenient location.
75-
76-
![](media/azure-ad-pim-approval-workflow/image003.png)
77-
78-
### Enable approval for specific roles
79-
80-
To enable approval for a specific role, first select Directory Roles from the left navigation.
81-
82-
![](media/azure-ad-pim-approval-workflow/image004.png)
83-
84-
Find and select settings in the Directory Roles left navigation
85-
86-
![](media/azure-ad-pim-approval-workflow/image006.png)
87-
88-
Select privileged Roles:
89-
90-
![](media/azure-ad-pim-approval-workflow/image009.png)
91-
92-
Select “Enable” in the Require approval section:
93-
94-
![](media/azure-ad-pim-approval-workflow/image011.png)
95-
96-
Once enabled, the blade will expand to show the following details:
97-
98-
![](media/azure-ad-pim-approval-workflow/image013.png)
99-
100-
>[!NOTE]
101-
If you DO NOT specify any approvers, the PRA(s) become the default
102-
approver(s). PRA(s) would be required to approve ALL activation requests for
103-
this role.
104-
105-
### Specify approver users and/or groups to approve requests
106-
107-
To delegate approval, click the option to “Select approvers”:
108-
109-
![](media/azure-ad-pim-approval-workflow/image015.png)
110-
111-
When the Select approvers blade loads, you may search for a specific user or
112-
group using the search bar at the top, or selecting from the pre-populated list,
113-
then click “Select” when finished:
114-
115-
![](media/azure-ad-pim-approval-workflow/image017.png)
116-
117-
Note: You may select multiple users or groups at a time.
118-
119-
Your selection will appear in the list of selected approvers as seen below:
120-
121-
![](media/azure-ad-pim-approval-workflow/image019.png)
122-
123-
To remove an approver, simply click the Remove button next to their name.
124-
125-
To add additional approvers, repeat the process.
126-
127-
## View request and approval history for all privileged roles
128-
129-
To view request and approval history for all privileged roles, select Audit History from the dashboard:
130-
131-
![](media/azure-ad-pim-approval-workflow/image021.png)
132-
133-
>[!NOTE]
134-
You can sort the data by Action, and look for “Activation Approved”
135-
136-
### View pending approvals (requests)
25+
## View pending approvals (requests)
13726

13827
As a delegated approver, you’ll receive email notifications when a request is
13928
pending your approval. To view these requests in the PIM portal, from the
@@ -146,14 +35,14 @@ From there, you’ll see a list of requests pending approval:
14635

14736
![](media/azure-ad-pim-approval-workflow/image024.png)
14837

149-
### Approve or reject requests for role elevation (single and/or bulk)
38+
## Approve or deny requests for role elevation (single and/or bulk)
15039

15140
Select the requests you wish to approve or deny, and click the button in the
15241
action bar that corresponds with your decision:
15342

15443
![](media/azure-ad-pim-approval-workflow/image025.png)
15544

156-
### Provide justification for my approval/rejection
45+
## Provide justification for my approval/denial
15746

15847
This will open a new blade to approve or deny multiple requests at once. Enter a
15948
justification for your decision, and click approve (or deny) at the bottom or
@@ -166,45 +55,7 @@ decision you made (in this example, the decision is approve):
16655

16756
![](media/azure-ad-pim-approval-workflow/image031.png)
16857

169-
### Request activation of a role that requires approval
170-
171-
Requesting activation of a role that requires approval may be initiated from
172-
either the old PIM navigation, or the new navigation, as the process for role
173-
activation remains the same. Simply select a role from the list of roles to
174-
activate:
175-
176-
![](media/azure-ad-pim-approval-workflow/image033.png)
177-
178-
If a privileged role requires Multi-Factor Authentication, you’ll be prompted to
179-
complete that task first:
180-
181-
![](media/azure-ad-pim-approval-workflow/image035.png)
182-
183-
Once complete, click Activate and provide a justification (if required):
184-
185-
![](media/azure-ad-pim-approval-workflow/image037.png)
186-
187-
The requestor will see a notification that the request is pending approval:
188-
189-
![](media/azure-ad-pim-approval-workflow/image039.png)
190-
191-
### View the status of your request to activate
192-
193-
Viewing the status of a pending request to activate must be accessed from the
194-
new navigation. From the left navigation bar, select the “My Requests” tab:
195-
196-
![](media/azure-ad-pim-approval-workflow/image041.png)
197-
198-
The request state defaults to “Pending”, but you can toggle to see all or denied
199-
requests.
200-
201-
### Complete your task in Azure AD if activation was approved
202-
203-
Once the request is approved, the role is active and you may proceed with any
204-
work that requires this role.
205-
206-
![](media/azure-ad-pim-approval-workflow/image043.png)
207-
20858
## Next steps
20959

210-
Your feedback is valuable to us. Please feel free to share comments or feedback with us here!
60+
- [Approve or deny requests for Azure resource roles in PIM](pim-resource-roles-approval-workflow.md)
61+
- [Email notifications in PIM](pim-email-notifications.md)

0 commit comments

Comments
 (0)