Update from code changes: document dashboard session security#6394
Open
mintlify[bot] wants to merge 4 commits into
Open
Update from code changes: document dashboard session security#6394mintlify[bot] wants to merge 4 commits into
mintlify[bot] wants to merge 4 commits into
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
Author
|
Update from code changes updated this PR. Added IP allowlist section to session security docs in four languages Source PRs
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the new dashboard session security controls that let Enterprise admins configure session timeouts, a maximum session lifetime, and an IP allowlist that restricts dashboard access to trusted networks.
Changes
dashboard/session-security.mdxcovering the two independent session controls (idle duration and maximum lifetime), how they interact, allowed range (5 minutes to 14 days), and the related audit log actions.Context
Backs the org-level
sessionDurationMinutesandmaxSessionLifetimeMinutessettings shipped in mintlify/server#6392 and the IP allowlist UI shipped in mintlify/mint#8881.Update history
divs so cross-language section links resolve.es,fr, andzh(mintlify/mint#8881).Note
Low Risk
Documentation-only changes with no application or security logic modified.
Overview
Adds a new Session security doc page under Dashboard access, wired into English and Spanish, French, and Chinese nav configs.
The page documents Enterprise idle session duration and maximum session lifetime (5 minutes–14 days, independent limits, SSO settings UI), plus dashboard IP allowlist behavior on Network access, lockout warnings, and related
org.session_security_*audit log actions.Reviewed by Cursor Bugbot for commit bfb97c2. Bugbot is set up for automated code reviews on this repo. Configure here.