Skip to content

Commit 59a1d6a

Browse files
wso2-engineering-botclaude
andcommitted
Fix: Incorrect SAML assertion consumer URL configuration for all affected 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 <[email protected]>
1 parent 39d3f01 commit 59a1d6a

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

en/identity-server/5.10.0/docs/learn/configuring-saml-2.0-web-sso.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ To configure through file upload:
487487
``` java
488488
[authentication.authenticator.saml]
489489
enable=true
490+
[authentication.authenticator.saml.parameters]
490491
SAMLSSOAssertionConsumerUrl="https://localhost:9443/commonauth"
491492
```
492493

en/identity-server/5.9.0/docs/learn/configuring-saml-2.0-web-sso.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@ To configure through file upload:
481481
``` java
482482
[authentication.authenticator.saml]
483483
enable=true
484+
[authentication.authenticator.saml.parameters]
484485
SAMLSSOAssertionConsumerUrl="https://localhost:9443/commonauth"
485486
```
486487

en/identity-server/6.0.0/docs/guides/identity-federation/configure-saml-2.0-web-sso.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@ To configure through file upload:
467467
``` java
468468
[authentication.authenticator.saml]
469469
enable=true
470+
[authentication.authenticator.saml.parameters]
470471
SAMLSSOAssertionConsumerUrl="https://localhost:9443/commonauth"
471472
```
472473

en/identity-server/6.1.0/docs/guides/identity-federation/configure-saml-2.0-web-sso.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@ To configure through file upload:
467467
``` java
468468
[authentication.authenticator.saml]
469469
enable=true
470+
[authentication.authenticator.saml.parameters]
470471
SAMLSSOAssertionConsumerUrl="https://localhost:9443/commonauth"
471472
```
472473

0 commit comments

Comments
 (0)