Skip to content

Fix broken ims auth link#1059

Open
Pushkar-s wants to merge 2 commits intomainfrom
fix-broken-ims-auth-link
Open

Fix broken ims auth link#1059
Pushkar-s wants to merge 2 commits intomainfrom
fix-broken-ims-auth-link

Conversation

@Pushkar-s
Copy link
Copy Markdown
Collaborator

Summary

  • Fixes broken link in the "Generate Token" tag description in openapi.json
  • The link to IMS authentication docs returns a 404 due to a case-sensitivity change in the upstream adobe-dev-console repo (Eds migration adobe-dev-console#184 renamed IMS.mdims.md)

Change

File: src/pages/resources/openapi.json

Before:
https://developer.adobe.com/developer-console/docs/guides/authentication/ServerToServerAuthentication/IMS/

After:
https://developer.adobe.com/developer-console/docs/guides/authentication/ServerToServerAuthentication/ims

Root Cause

PR AdobeDocs/adobe-dev-console#184 ("Eds migration", merged 2025-04-01) renamed IMS.md to ims.md without adding a redirect for the old uppercase path. This broke the link referenced in our OpenAPI spec.

Test plan

Pushkar Soni and others added 2 commits April 9, 2026 13:25
The link to IMS authentication docs was returning 404 due to a
case-sensitivity change in AdobeDocs/adobe-dev-console#184 which
renamed IMS.md to ims.md without adding a redirect.

Updated URL from /ServerToServerAuthentication/IMS/ to
/ServerToServerAuthentication/ims
Fix broken IMS authentication link in Generate Token description
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant