"Authorizations" sections contain links to "Authentication" section even when noAutoAuth is true
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 25.9k
- Forks
- 2.4k
- Avg merge
- 13h 10m
- Merged PRs (30d)
- 4
Description
Hi,
When I initialize standalone ReDoc using Redoc.init, if I set the noAutoAuth option to true in the <redoc> options object, the "Authentication" section isn't automatically injected, as expected.
However, an "Authorizations" section is injected for each endpoint, and the authorizations listed in those sections will link to the corresponding (bhut non-existing) "Authentication" section.

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with standalone Redoc.init and the noAutoAuth option set to true, then inspect how the generated Authorizations links target the Authentication section. Done means the resulting documentation contains no links to a non-existing Authentication section when automatic authentication is disabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100