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
description: Manage organization session policies and view configured outbound IP addresses
4
+
---
5
+
6
+
Organization owners and admins open **Settings → Security** to manage session policies and view outbound IP addresses.
7
+
8
+
## Session policies
9
+
10
+
Set **Max session lifetime** and **Idle timeout** in hours, then select **Save**. Leave either field empty to use its default behavior. **Discard** restores your saved values.
11
+
12
+
**Sign out all members** opens a confirmation before revoking the organization's browser sessions, except your current session. It does not revoke API keys.
13
+
14
+
See [Session policies](/platform/enterprise/session-policies) for limits, defaults, and how changes affect existing sessions.
15
+
16
+
## Outbound IP addresses
17
+
18
+
Copy your organization's configured addresses in `/32` format and allowlist **every listed address** on the destination firewall. These addresses apply to supported HTTPS connections from Sim and its background workers.
19
+
20
+
Contact Sim support or your deployment administrator to configure dedicated IPs and confirm connection coverage.
21
+
22
+
### Connection coverage
23
+
24
+
Dedicated routing supports public IPv4 destinations over HTTPS on port 443. It applies to supported Search connector API requests, HTTP request blocks, MCP and A2A connections, and HTTP requests made through Sim's local Function runtime. Background jobs use the same organization assignment.
25
+
26
+
Native database connections, AWS SDK integrations, remote sandbox traffic, and browser requests keep their existing network paths. Other provider SDKs and OAuth authorization or token refresh calls require separate coverage confirmation. Dedicated IPs do not change access permissions in connected services.
27
+
28
+
Google Drive, Fireflies, Google Workspace user and group discovery, and Atlassian OAuth site discovery currently use their existing network paths.
29
+
30
+
If dedicated routing is unavailable, affected requests fail instead of using shared IPs. Organizations without dedicated routing keep their existing behavior.
31
+
32
+
## Availability
33
+
34
+
On Sim Cloud, Security settings require an Enterprise organization and an owner or admin role. On self-hosted deployments, the outbound IP section is available to organization administrators; session controls appear only when session policies are enabled. See [self-hosted enterprise configuration](/platform/enterprise/self-hosted).
Copy file name to clipboardExpand all lines: apps/docs/content/docs/platform/enterprise/session-policies.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Session Policies let organization owners and admins on Enterprise plans control
11
11
12
12
## Setup
13
13
14
-
Go to **Settings → Organization → Session policies** in your organization settings.
14
+
Go to **Settings → Security → Session policies** in your organization settings.
15
15
16
16
Both limits are optional. Leave a field empty to keep the default behavior: sessions last 30 days and extend automatically while a member stays active.
0 commit comments