Skip to content

Update broken WS-Trust connector store link - #6282

Open
mathup15 wants to merge 2 commits into
wso2:masterfrom
mathup15:fix-documentation-issue
Open

Update broken WS-Trust connector store link#6282
mathup15 wants to merge 2 commits into
wso2:masterfrom
mathup15:fix-documentation-issue

Conversation

@mathup15

@mathup15 mathup15 commented Jul 22, 2026

Copy link
Copy Markdown

Purpose

Updated the broken WSO2 Store connector links in the WS-Trust documentation for WSO2 Identity Server 5.11.0, 6.0.0, and 6.1.0.

Resolves #6259

Related PRs

N/A

Test environment

  • Documentation-only change.
  • Verified the updated connector store links in the documentation source files.
  • No application code or runtime behavior was changed.

Security checks

@CLAassistant

CLAassistant commented Jul 22, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@coderabbitai

coderabbitai Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

Changes

WS-Trust documentation

Layer / File(s) Summary
Update connector download links
en/identity-server/5.11.0/docs/learn/configuring-ws-trust-security-token-service.md, en/identity-server/6.0.0/docs/guides/identity-federation/configure-ws-trust.md, en/identity-server/6.1.0/docs/guides/identity-federation/configure-ws-trust.md
The STS connector download instructions now link to the WSO2 Connector Store listing for the WS-Trust Authenticator.

Suggested labels: Team/Authentication & registration

Suggested reviewers: hwupathum

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Linked Issues check ✅ Passed The documentation update replaces the broken connector link with a valid download location as required by #6259.
Out of Scope Changes check ✅ Passed The changes are limited to the documented link updates and do not introduce unrelated code or content changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Title check ✅ Passed The title clearly and concisely describes the main change: replacing the broken WS-Trust connector store link.
Description check ✅ Passed The description includes all required sections and explains the documentation-only change, linked issue, verification, and security checks.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In
`@en/identity-server/5.11.0/docs/learn/configuring-ws-trust-security-token-service.md`:
- Line 12: Update the visible product name to “WSO2 Connector Store” in the
download links at
en/identity-server/5.11.0/docs/learn/configuring-ws-trust-security-token-service.md:12-12,
en/identity-server/6.0.0/docs/guides/identity-federation/configure-ws-trust.md:12-12,
and
en/identity-server/6.1.0/docs/guides/identity-federation/configure-ws-trust.md:12-12;
leave the existing URLs unchanged.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yml

Review profile: CHILL

Plan: Pro

Run ID: 4ba9fa52-b907-4c09-b99e-2e28b206e46d

📥 Commits

Reviewing files that changed from the base of the PR and between 6861504 and 925e364.

📒 Files selected for processing (3)
  • en/identity-server/5.11.0/docs/learn/configuring-ws-trust-security-token-service.md
  • en/identity-server/6.0.0/docs/guides/identity-federation/configure-ws-trust.md
  • en/identity-server/6.1.0/docs/guides/identity-federation/configure-ws-trust.md

To download and install the WS-Trust connector:

1. Download the [WS-Trust Authenticator](https://store.wso2.com/store/assets/isconnector/details/417e7ef2-76fb-424f-92b3-d5eb58e2efe6) from the WSO2 connector store.
1. Download the [WS-Trust Authenticator](https://store.wso2.com/connector/identity-inbound-auth-sts) from the WSO2 connector store.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Use the official product name capitalization.

The three guides consistently use the updated link, but the visible product name should be “WSO2 Connector Store,” not “WSO2 connector store.”

  • en/identity-server/5.11.0/docs/learn/configuring-ws-trust-security-token-service.md#L12-L12: capitalize “Connector Store.”
  • en/identity-server/6.0.0/docs/guides/identity-federation/configure-ws-trust.md#L12-L12: capitalize “Connector Store.”
  • en/identity-server/6.1.0/docs/guides/identity-federation/configure-ws-trust.md#L12-L12: capitalize “Connector Store.”

As per coding guidelines, use official product and feature names exactly as defined.

📍 Affects 3 files
  • en/identity-server/5.11.0/docs/learn/configuring-ws-trust-security-token-service.md#L12-L12 (this comment)
  • en/identity-server/6.0.0/docs/guides/identity-federation/configure-ws-trust.md#L12-L12
  • en/identity-server/6.1.0/docs/guides/identity-federation/configure-ws-trust.md#L12-L12
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In
`@en/identity-server/5.11.0/docs/learn/configuring-ws-trust-security-token-service.md`
at line 12, Update the visible product name to “WSO2 Connector Store” in the
download links at
en/identity-server/5.11.0/docs/learn/configuring-ws-trust-security-token-service.md:12-12,
en/identity-server/6.0.0/docs/guides/identity-federation/configure-ws-trust.md:12-12,
and
en/identity-server/6.1.0/docs/guides/identity-federation/configure-ws-trust.md:12-12;
leave the existing URLs unchanged.

Source: Coding guidelines

@mathup15 mathup15 closed this Jul 22, 2026

@mathup15 mathup15 left a comment

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

@mathup15 mathup15 reopened this Jul 22, 2026
@mathup15

Copy link
Copy Markdown
Author

I Reopened the pull request with updated store link

@pavinduLakshan

Copy link
Copy Markdown
Member

@mathup15 thank you for the contribution. Could you please address the review comments so that we can merge the PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update broken WSO2 Store link in User Managed Access (UMA 2.0) documentation

3 participants