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
* adds ent admonition to authentication page
* adds ent admonition to authorize
* adds ent admonition to device identity section
* adds ent admonition to integrations page
* adds ent admonitions to two guides
* fixes incorrect link
* fixes cspell typo
* Update content/docs/capabilities/authorization.mdx
Co-authored-by: Kenneth Jenkins <[email protected]>
---------
Co-authored-by: Kenneth Jenkins <[email protected]>
Copy file name to clipboardexpand all lines: content/docs/capabilities/authentication.mdx
+4
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,10 @@ By configuring your applications to route requests to Pomerium’s Proxy service
54
54
55
55
## External data sources (Enterprise)
56
56
57
+
:::enterprise Pomerium Enterprise
58
+
57
59
[Enterprise customers](https://www.pomerium.com/enterprise-sales/) can enforce context-aware access with Pomerium’s [external data sources](/docs/integrations) feature (directory sync).
58
60
61
+
:::
62
+
59
63
From the Enterprise Console, you can import external data from sources other than your IdP. User identity context such as users, groups, roles, language, time zones, location, and more can be included into your authorization policy so you can make granular access control decisions.
Copy file name to clipboardexpand all lines: content/docs/capabilities/authorization.mdx
+17-5
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,13 @@ You can apply policies in Pomerium to [Namespaces](/docs/capabilities/namespacin
34
34
35
35
### Namespaces
36
36
37
-
Administrators can create a namespace, add users, groups, and routes to it, and configure a policy that applies to that specific namespace.
37
+
:::enterprise Pomerium Enterprise
38
+
39
+
Namespace support is available only for [Enterprise customers](https://www.pomerium.com/enterprise-sales/).
38
40
39
-
Namespace support is only available for [Enterprise customers](https://www.pomerium.com/enterprise-sales/).
41
+
:::
42
+
43
+
Administrators can create a namespace, add users, groups, and routes to it, and configure a policy that applies to that specific namespace.
40
44
41
45
### Routes
42
46
@@ -102,7 +106,11 @@ In this example, Pomerium will grant a user access if their email address ends i
102
106
103
107
### Enterprise Console GUI
104
108
105
-
The Enterprise Console provides a policy builder GUI so you can build policies and reapply them to multiple routes and namespaces.
109
+
:::enterprise Pomerium Enterprise
110
+
111
+
The Enterprise Console provides a policy builder GUI so you can build policies and reapply them to multiple routes and namespaces. See our [**Enterprise**](/docs/deploy/enterprise) page to learn more.
112
+
113
+
:::
106
114
107
115
Use the **BUILDER** tab to build your policy:
108
116
@@ -194,12 +202,16 @@ Pomerium Core and Enterprise offer the following options for overriding your aut
194
202
195
203
## Manage devices
196
204
205
+
:::enterprise Pomerium Enterprise
206
+
207
+
[Device identity](/docs/capabilities/device-identity) is an Enterprise feature. Check out our [Enterprise](/docs/deploy/enterprise) page to learn more.
208
+
209
+
:::
210
+
197
211
The **Manage Devices** feature in the Enterprise Console allows you to enroll and manage user devices for policy-based authorization.
The **Devices List** displays enrolled devices for each user and the approval status. Administrators can inspect, approve, or delete registered devices from this table.
202
216
203
217

204
-
205
-
See [Device Identity](docs/capabilities/device-identity) for more information.
Copy file name to clipboardexpand all lines: content/docs/guides/tooljet.mdx
+2-2
Original file line number
Diff line number
Diff line change
@@ -109,9 +109,9 @@ In your browser, go to the external ToolJet URL to set up your workspace.
109
109
</TabItem>
110
110
<TabItemvalue="Enterprise"label="Enterprise">
111
111
112
-
:::tip **Note**
112
+
:::enterprise Pomerium Enterprise
113
113
114
-
This guide assumes you can access the Enterprise Console.
114
+
This guide assumes you can access the [Enterprise Console](/docs/deploy/enterprise/install).
115
115
116
116
The Docker Compose configuration in the Enterprise portion of this guide uses same implementation as the [Enterprise Quickstart](/docs/deploy/enterprise/quickstart).
0 commit comments