Skip to content

Fix: Incorrect SAML assertion consumer URL configuration for all affected versions (Product IS issue #27581)#6069

Open
wso2-engineering-bot wants to merge 1 commit intomasterfrom
fixing-product-is-issue-27581-1776324754
Open

Fix: Incorrect SAML assertion consumer URL configuration for all affected versions (Product IS issue #27581)#6069
wso2-engineering-bot wants to merge 1 commit intomasterfrom
fixing-product-is-issue-27581-1776324754

Conversation

@wso2-engineering-bot
Copy link
Copy Markdown

This PR was automatically generated by Claude AI.

Changes:

  • Version 5.9.0: Fixed en/identity-server/5.9.0/docs/learn/configuring-saml-2.0-web-sso.md
  • Version 5.10.0: Fixed en/identity-server/5.10.0/docs/learn/configuring-saml-2.0-web-sso.md
  • Version 6.0.0: Fixed en/identity-server/6.0.0/docs/guides/identity-federation/configure-saml-2.0-web-sso.md
  • Version 6.1.0: Fixed en/identity-server/6.1.0/docs/guides/identity-federation/configure-saml-2.0-web-sso.md

Note: The mkdocs build --strict test encounters pre-existing warnings/errors in the repository that are unrelated to these changes (verified by testing version 5.11.0 which also fails strict mode). The changes made are syntactically correct and match the approved fix from PR #2947.

…cted versions (product-is#27581)

Added missing [authentication.authenticator.saml.parameters] section in the SAML 2.0 Web SSO configuration documentation. This fix aligns versions 5.9.0, 5.10.0, 6.0.0, and 6.1.0 with the correct configuration format already applied to version 5.11.0.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


wso2-engineering-bot seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 16, 2026

📝 Walkthrough

Walkthrough

Documentation updates across four Identity Server versions (5.9.0, 5.10.0, 6.0.0, 6.1.0) to fix SAML 2.0 Web SSO configuration. Each file now includes the [authentication.authenticator.saml.parameters] section header in deployment.toml snippets to correctly nest the SAMLSSOAssertionConsumerUrl setting.

Changes

Cohort / File(s) Summary
SAML 2.0 Configuration Documentation
en/identity-server/5.9.0/docs/learn/configuring-saml-2.0-web-sso.md, en/identity-server/5.10.0/docs/learn/configuring-saml-2.0-web-sso.md, en/identity-server/6.0.0/docs/guides/identity-federation/configure-saml-2.0-web-sso.md, en/identity-server/6.1.0/docs/guides/identity-federation/configure-saml-2.0-web-sso.md
Added [authentication.authenticator.saml.parameters] section header in deployment.toml snippets to correctly organize SAMLSSOAssertionConsumerUrl configuration within the parameters subsection.

Suggested labels

Team/Authentication & registration

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The description provides comprehensive details including issue reference, affected versions, file changes, and references the prior fix in PR #2947. However, it deviates from the template by not following the Purpose/Related PRs/Test environment/Security checks sections. Consider restructuring the description to follow the template format with Purpose section (including issue links), Related PRs, and other required sections for consistency with repository standards.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: fixing incorrect SAML configuration documentation across multiple versions, directly referencing the linked issue #27581.
Linked Issues check ✅ Passed The PR directly addresses issue #27581 by fixing the SAML configuration documentation across all four specified versions (5.9.0, 5.10.0, 6.0.0, 6.1.0) by adding the missing [authentication.authenticator.saml.parameters] section, matching the correction from PR #2947.
Out of Scope Changes check ✅ Passed All changes are within scope—the PR only modifies documentation for the four specified versions to correct SAML configuration sections. No unrelated code changes or out-of-scope modifications are present.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fixing-product-is-issue-27581-1776324754

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 and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
en/identity-server/5.10.0/docs/learn/configuring-saml-2.0-web-sso.md (1)

13-13: ⚠️ Potential issue | 🔴 Critical

Fix trailing space to resolve pipeline failure.

The Markdown linter reports trailing spaces on this line, causing the CI pipeline to fail. Remove the trailing space at the end of line 13.

🐛 Proposed fix
-SAML 2.0 [Profiles specification](http://www.oasis-open.org/committees/download.php/35389/sstc-saml-profiles-errata-2.0-wd-06-diff.pdf). 
+SAML 2.0 [Profiles specification](http://www.oasis-open.org/committees/download.php/35389/sstc-saml-profiles-errata-2.0-wd-06-diff.pdf).
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@en/identity-server/5.10.0/docs/learn/configuring-saml-2.0-web-sso.md` at line
13, Remove the trailing whitespace at the end of the Markdown line containing
"SAML 2.0 [Profiles
specification](http://www.oasis-open.org/committees/download.php/35389/sstc-saml-profiles-errata-2.0-wd-06-diff.pdf)."
so the line no longer ends with an extra space; this will satisfy the Markdown
linter and fix the CI pipeline failure.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Outside diff comments:
In `@en/identity-server/5.10.0/docs/learn/configuring-saml-2.0-web-sso.md`:
- Line 13: Remove the trailing whitespace at the end of the Markdown line
containing "SAML 2.0 [Profiles
specification](http://www.oasis-open.org/committees/download.php/35389/sstc-saml-profiles-errata-2.0-wd-06-diff.pdf)."
so the line no longer ends with an extra space; this will satisfy the Markdown
linter and fix the CI pipeline failure.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yml

Review profile: CHILL

Plan: Pro

Run ID: bd8ad7ea-6263-4c21-b972-7b7ff6a491a3

📥 Commits

Reviewing files that changed from the base of the PR and between 39d3f01 and 59a1d6a.

📒 Files selected for processing (4)
  • en/identity-server/5.10.0/docs/learn/configuring-saml-2.0-web-sso.md
  • en/identity-server/5.9.0/docs/learn/configuring-saml-2.0-web-sso.md
  • en/identity-server/6.0.0/docs/guides/identity-federation/configure-saml-2.0-web-sso.md
  • en/identity-server/6.1.0/docs/guides/identity-federation/configure-saml-2.0-web-sso.md

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.

Configuring SAML 2.0 Web SSO Doc Contains Incorrect Configuration

2 participants