docs: document custom proxy for managed auth connections#361
docs: document custom proxy for managed auth connections#361masnwilliams wants to merge 2 commits into
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.
There was a problem hiding this comment.
Risk assessment: Very Low.
I verified the diff directly: it only adds/reorganizes Mintlify documentation under auth/*.mdx and adds one docs.json navigation entry. There are no production codepaths, infrastructure, auth logic, schema changes, or shared runtime systems modified. I also found no CODEOWNERS file and no existing approvals on the PR, so I’m approving.
Sent by Cursor Automation: Assign PR reviewers
|
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.
Risk assessment: Very Low.
I verified the diff directly: this only adds/reorganizes Mintlify documentation under auth/*.mdx and adds one docs.json navigation entry. There are no production codepaths, infrastructure changes, auth/permission logic changes, schema changes, or shared runtime systems modified.
I also found no CODEOWNERS file. The PR is already approved at the current head commit, so I’m not submitting another approval.
Sent by Cursor Automation: Assign PR reviewers


Summary
auth/hosted-ui.mdxinto a new top-level pageauth/configuration.mdx. These options (Credentials, Custom Login URL, SSO/OAuth, Custom Proxy, Record Sessions, Post-Login URL, Updating) apply to all integration flows — hosted UI, React, and programmatic — and shouldn't be buried under one of them.auth/hosted-ui.mdxandauth/programmatic.mdx. Each integration page now keeps only flow-specific content and links out to the shared config page.auth/configurationto the docs.json nav under the Auth group.auth/faq.mdxthat pointed at the old hosted-ui section.The Custom Proxy section (the original ask: BYO static IP / proxy for managed auth flows, CUS-210) is documented for the first time, covering attach on create, swap on update, and per-login override.
Test plan
Connection Configurationpageauth/faq.mdxresolve to the new anchorsNote
Low Risk
Low risk documentation-only change that mainly reorganizes content and adds a new guide page; primary risk is broken/incorrect links or anchors.
Overview
Adds a new top-level
auth/configuration.mdxpage documenting shared Managed Auth connection options, including new guidance for pinning connections to a custom proxy (set on create, swap via update, and one-off override on.login()), plus session recording and other connection-wide settings.Removes the duplicated “feature/configuration” sections from
auth/hosted-ui.mdxandauth/programmatic.mdxand replaces them with links to the new configuration page; updates the FAQ link target accordingly and addsauth/configurationto the Auth navigation indocs.json.Reviewed by Cursor Bugbot for commit f0439bd. Bugbot is set up for automated code reviews on this repo. Configure here.