docs: shared connection configuration page for managed auth#361
Conversation
Add a Custom Proxy section to the hosted UI page covering attach on create, swap on update, and per-login override. Sharpen the proxy row in the programmatic update table with a link to the new section.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Connection-level options — credentials, custom login URL, SSO/OAuth, custom proxy, session recording, post-login URL, and updates — apply equally to hosted UI, React, and programmatic flows. Move them into auth/configuration.mdx and link from each integration page so the options aren't buried under one flow.
ISP/datacenter are static; residential rotates per connection; custom (BYO) is the only way to guarantee a fully customer-controlled static IP. Reflect this in the Custom Proxy section instead of implying all proxies pin to the same IP.
Drop the start/stop lifecycle detail and just say the entire browser session is recorded.
Replace 'running connection workflow' with user-facing copy that describes the observable behavior (next health check or reauth uses the new value).
|
Firetiger deploy monitoring skipped This PR didn't match the auto-monitor filter configured on your GitHub connection:
Reason: PR only modifies documentation files (auth configuration docs) with no changes to API endpoints or Temporal workflows. To monitor this PR anyway, reply with |
There was a problem hiding this comment.
Stale comment
Risk assessment: Very Low.
I verified the diff directly: this only adds/reorganizes Mintlify documentation under
auth/*.mdxand adds onedocs.jsonnavigation entry. There are no production codepaths, infrastructure changes, auth/permission logic changes, schema changes, or shared runtime systems modified.I also found no
CODEOWNERSfile. The PR is already approved at the current head commit, so I’m not submitting another approval.Sent by Cursor Automation: Assign PR reviewers
There was a problem hiding this comment.
Stale comment
Risk assessment: Very Low.
I re-evaluated the current diff directly. The PR only adds/reorganizes Mintlify documentation under
auth/*.mdxand adds onedocs.jsonnavigation entry; the latest update adds a shortauth/react.mdxcross-link to the shared connection configuration page. There are no production codepaths, infrastructure changes, auth/permission logic changes, schema changes, or shared runtime systems modified.I found no
CODEOWNERSfile. The PR is already approved and the update does not increase risk, so I’m not submitting another approval.Sent by Cursor Automation: Assign PR reviewers
There was a problem hiding this comment.
Stale comment
Risk assessment: Very Low.
I re-evaluated the latest PR diff directly at the current head. The changes are limited to Mintlify documentation under
auth/*.mdxplus onedocs.jsonnavigation entry for the new shared connection configuration page. The newest update only simplifies wording around session recording; it doesn’t modify production codepaths, infrastructure, auth/permission logic, schemas, or shared runtime systems.I found no
CODEOWNERSfile. The PR is already approved, and the current update does not increase risk, so I’m not submitting another approval.Sent by Cursor Automation: Assign PR reviewers
There was a problem hiding this comment.
Stale comment
Risk assessment: Very Low.
I reviewed the current diff directly. The PR is limited to Mintlify documentation changes in
auth/*.mdxplus onedocs.jsonnavigation entry for the new shared connection configuration page. It moves existing managed-auth configuration guidance into a shared docs page and adds copy/cross-links for custom proxy and session recording behavior.I found no production codepath changes, infrastructure changes, auth/permission logic changes, schema changes, prompt/instruction-file changes, or shared runtime system changes. I also found no
CODEOWNERSfile in the repository.The PR is already approved, and this update does not increase risk, so I’m not submitting another approval.
Sent by Cursor Automation: Assign PR reviewers
There was a problem hiding this comment.
Stale comment
Risk assessment: Very Low.
I reviewed the current diff directly. The changes are limited to Mintlify documentation under
auth/*.mdxplus onedocs.jsonnavigation entry for the new shared connection configuration page. The update moves connection-level managed-auth guidance into a shared page and adjusts links/copy around proxy and session recording behavior.I found no production codepath changes, infrastructure changes, auth/permission logic changes, schema changes, prompt/instruction-file changes, or shared runtime system changes. I also found no
CODEOWNERSfile in the repository.The PR is already approved, and this update does not increase risk, so I’m not submitting another approval.
Sent by Cursor Automation: Assign PR reviewers
Co-authored-by: Eric Feng <ehfeng@users.noreply.github.com>
There was a problem hiding this comment.
Risk assessment: Very Low.
I re-evaluated the current diff directly at head 507b1d8. The PR is limited to Mintlify documentation changes: a new auth/configuration.mdx page, small auth-doc cross-link/copy updates, and one docs.json navigation entry.
I found no production codepath changes, infrastructure changes, auth/permission logic changes, schema changes, prompt/instruction-file changes, or shared runtime system changes. I also found no CODEOWNERS file in the repository.
GitHub currently reports the PR as approved, and this update does not increase risk, so I’m not submitting another approval or revoking the existing one.
Sent by Cursor Automation: Assign PR reviewers


Summary
Restructures the managed auth docs so connection-level options live in one place, and documents the Custom Proxy option for the first time.
auth/configuration.mdxholding all the shared connection-level options: credentials, custom login URL, SSO/OAuth, custom proxy, session recording, post-login URL, and updates. These apply to every integration flow (hosted UI, React, programmatic), so they shouldn't live under one of them.auth/hosted-ui.mdxandauth/programmatic.mdxslimmed down — each page now only covers its integration flow and links out to the shared config page.auth/react.mdxhad no mention of these options at all; added a pointer so React users discover them.auth/configurationtodocs.jsonnav under Auth.Test plan
Connection Configurationpage in navauth/faq.mdxresolve to the new anchorsNote
Low Risk
Low risk documentation-only restructure; main risk is broken links/anchors or nav placement changes in Mintlify.
Overview
Adds a new shared
auth/configuration.mdxpage that centralizes Managed Auth connection-level options (credential saving/auto-reauth, customlogin_url, SSOallowed_domains, custom proxy usage,record_session+replay_id,post_login_url, andauth.connections.update).Updates the Hosted UI and Programmatic guides to remove duplicated configuration sections and link to the new page, adds the same pointer to the React guide, and adjusts the FAQ’s session-recording cross-link. Exposes the new page in the
docs.jsonAuth navigation.Reviewed by Cursor Bugbot for commit 507b1d8. Bugbot is set up for automated code reviews on this repo. Configure here.