Update from code changes: document multiple JWT login URLs - #6907
Open
mintlify[bot] wants to merge 3 commits into
Open
Update from code changes: document multiple JWT login URLs#6907mintlify[bot] wants to merge 3 commits into
mintlify[bot] wants to merge 3 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. |
ethanpalm
approved these changes
Aug 7, 2026
Collaborator
|
do not merge yet |
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
Site-wide JWT authentication now supports between 2 and 10 named login URLs per deployment. When more than one URL is configured, unauthenticated visitors see a branded login selection screen instead of an immediate redirect. Single-URL behavior is unchanged, and JWT personalization still accepts only one
loginUrl. Triggered by https://github.com/mintlify/server/pull/7291.Changes
deploy/authentication-setup.mdx.es/,fr/, andzh/translations.Note
Low Risk
Documentation-only changes to authentication setup guides; no runtime or auth logic in this repo.
Overview
Documents site-wide JWT authentication support for multiple named login URLs (
loginUrls), aligned with server changes in mintlify/server#7291.Adds an "Offer multiple login URLs" section after the JWT setup steps in
deploy/authentication-setup.mdx. It explains when to use multiple IdPs or regional login flows, that visitors with more than one URL see a branded login picker, and how to pass{ name, url }pairs (name length and URL validation). Includes a sample JWT auth JSON withloginUrlandloginUrls, and notes that JWT personalization still allows only a singleloginUrl.The same section is added in Spanish, French, and Chinese (
es/,fr/,zh/authentication-setup.mdx), with locale-specific personalization links and anchor wrappers where those locales use them.Reviewed by Cursor Bugbot for commit 479d3ea. Bugbot is set up for automated code reviews on this repo. Configure here.