Skip to content

Commit 07e9482

Browse files
committed
adds section to directory sync and admonitions to device identity
1 parent 383c6a0 commit 07e9482

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

content/docs/capabilities/device-identity.mdx

+8
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ Enterprise users can build policies that only grant access to a route if a user
6767

6868
The Enterprise Console’s **Manage Devices** GUI provides a dashboard where administrators can enroll devices and generate custom registration links for users in their directory.
6969

70+
:::enterprise
71+
72+
Before you can generate device registration links for users within your directory, you must sync your directory data first.
73+
74+
See [**Directory Sync**](/docs/capabilities/directory-sync) for more information.
75+
76+
:::
77+
7078
To enroll a new device:
7179

7280
1. In the Console sidebar, select **Devices**

content/docs/capabilities/directory-sync.mdx

+13-1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,18 @@ The requirements and instructions for directory sync vary depending on the ident
5555

5656
## How to use directory sync
5757

58+
### Directory data as policy criteria
59+
5860
After a successful sync, directory data sourced from your identity provider will be available in the Enterprise Console. You can use this data as context in your authorization policies to control which users and groups can access upstream applications and services:
61+
![Using directory sync group data as criteria in the Enterprise Console PPL builder](./img/directory-sync/directory-sync-group-criteria.png)
62+
63+
### Device enrollment
5964

60-
![Using directory sync group data as criteria in the Enterprise Console PPL builder](./img/directory-sync/directory-sync-group-criteria.png)
65+
Administrators can generate custom device registration links for users within their directory:
66+
![Generating device registration links for users in the Enteprise Console](./img/directory-sync/device-enrollment.png)
67+
68+
:::enterprise
69+
70+
See [**Device Identity**](/docs/capabilities/device-identity) for more information on how to enroll and manage devices in the Enterprise Console.
71+
72+
:::
Loading

0 commit comments

Comments
 (0)