Add token issuer configuration guide documentation#5891
Add token issuer configuration guide documentation#5891HasiniSama wants to merge 1 commit intowso2:masterfrom
Conversation
WalkthroughThis PR introduces documentation for configuring custom token issuers in OAuth2. A shared template file is created and included across multiple Identity Server documentation versions (7.0.0, 7.1.0, 7.2.0, and next). Navigation entries are added to each version's mkdocs configuration. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
en/includes/references/extend/authentication/oauth2/configure-custom-token-issuer.md (1)
108-115: TOML snippet may confuse readers — mixing table array and table in one block.The snippet registers a token type via
[[oauth.extensions.token_types]]and then sets[oauth.extensions]in the same code block. Indeployment.toml, these are separate sections and their ordering/placement matters. Consider adding a brief note that[oauth.extensions]should appear separately (or before the table array entries) in the file, or split them into two distinct snippets to avoid misconfiguration.
Purpose
$subject
Related Issues:
wso2/product-is#26593