Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
provider's side.

SAML 2.0 web browser-based single-sign-on profile is defined under the
SAML 2.0 [Profiles specification](http://www.oasis-open.org/committees/download.php/35389/sstc-saml-profiles-errata-2.0-wd-06-diff.pdf). 

Check failure on line 13 in en/identity-server/5.10.0/docs/learn/configuring-saml-2.0-web-sso.md

View workflow job for this annotation

GitHub Actions / lint

Trailing spaces

en/identity-server/5.10.0/docs/learn/configuring-saml-2.0-web-sso.md:13:137 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md009.md
In a web browser-based SSO system, the flow can be started by the user
either by attempting to access a service at the service provider, or by
directly accessing the identity provider itself.
Expand All @@ -25,22 +25,22 @@

2. Sign in to the WSO2 Identity Server [Management Console](../../setup/getting-started-with-the-management-console/) at `https://<SERVER_HOST>:9443/carbon` as an administrator.


Check failure on line 28 in en/identity-server/5.10.0/docs/learn/configuring-saml-2.0-web-sso.md

View workflow job for this annotation

GitHub Actions / lint

Multiple consecutive blank lines

en/identity-server/5.10.0/docs/learn/configuring-saml-2.0-web-sso.md:28 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md012.md

Check failure on line 28 in en/identity-server/5.10.0/docs/learn/configuring-saml-2.0-web-sso.md

View workflow job for this annotation

GitHub Actions / lint

Trailing spaces

en/identity-server/5.10.0/docs/learn/configuring-saml-2.0-web-sso.md:28:1 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 3] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md009.md
1. On the **Main** menu of the Management Console, click **Identity > Identity Providers > Add**.

Check failure on line 29 in en/identity-server/5.10.0/docs/learn/configuring-saml-2.0-web-sso.md

View workflow job for this annotation

GitHub Actions / lint

Spaces after list markers

en/identity-server/5.10.0/docs/learn/configuring-saml-2.0-web-sso.md:29:1 MD030/list-marker-space Spaces after list markers [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md030.md

<img src="../../assets/img/learn/add-identity-provider-menu-item.png" alt="Add Identity Provider menu-item" width="200" style="border:1px solid grey">

!!! info

For more information on identity providers, see [Adding and Configuring an Identity Provider](../../learn/adding-and-configuring-an-identity-provider).

Check failure on line 36 in en/identity-server/5.10.0/docs/learn/configuring-saml-2.0-web-sso.md

View workflow job for this annotation

GitHub Actions / lint

Trailing spaces

en/identity-server/5.10.0/docs/learn/configuring-saml-2.0-web-sso.md:36:1 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 4] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md009.md
2. Enter a suitable name for the identity provider in the **Identity Provider Name** text box.

Check failure on line 37 in en/identity-server/5.10.0/docs/learn/configuring-saml-2.0-web-sso.md

View workflow job for this annotation

GitHub Actions / lint

Spaces after list markers

en/identity-server/5.10.0/docs/learn/configuring-saml-2.0-web-sso.md:37:1 MD030/list-marker-space Spaces after list markers [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md030.md

<img src="../../assets/img/learn/add-identity-provider-screen.png" alt="Add Identity Provider screen" width="700" style="border:1px solid grey">

Check failure on line 39 in en/identity-server/5.10.0/docs/learn/configuring-saml-2.0-web-sso.md

View workflow job for this annotation

GitHub Actions / lint

Trailing spaces

en/identity-server/5.10.0/docs/learn/configuring-saml-2.0-web-sso.md:39:146 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md009.md

3. Under the **Federated Authenticators** section, click **SAML2 Web SSO Configuration**.

<img src="../../assets/img/learn/saml2-web-sso-configuration-option.png" alt="SAML2 Web SSO Configuration option" width="700" style="border:1px solid grey">

Check failure on line 43 in en/identity-server/5.10.0/docs/learn/configuring-saml-2.0-web-sso.md

View workflow job for this annotation

GitHub Actions / lint

Trailing spaces

en/identity-server/5.10.0/docs/learn/configuring-saml-2.0-web-sso.md:43:158 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md009.md

4. Enter the following values as given below.

Expand Down Expand Up @@ -80,11 +80,11 @@

### Manual Configs

To configure manually,

Check failure on line 83 in en/identity-server/5.10.0/docs/learn/configuring-saml-2.0-web-sso.md

View workflow job for this annotation

GitHub Actions / lint

Trailing spaces

en/identity-server/5.10.0/docs/learn/configuring-saml-2.0-web-sso.md:83:23 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md009.md

1. Perform the [preliminary configs](#preliminary-configs).

2. Enter the required values as given below.

Check failure on line 87 in en/identity-server/5.10.0/docs/learn/configuring-saml-2.0-web-sso.md

View workflow job for this annotation

GitHub Actions / lint

Trailing spaces

en/identity-server/5.10.0/docs/learn/configuring-saml-2.0-web-sso.md:87:45 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md009.md

<img src="../../assets/img/learn/saml2-web-sso-configuration-screen.png" alt="SAML2 Web SSO Configuration screen" width="700" style="border:1px solid grey">

Expand Down Expand Up @@ -487,6 +487,7 @@
``` java
[authentication.authenticator.saml]
enable=true
[authentication.authenticator.saml.parameters]
SAMLSSOAssertionConsumerUrl="https://localhost:9443/commonauth"
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ To configure through file upload:
``` java
[authentication.authenticator.saml]
enable=true
[authentication.authenticator.saml.parameters]
SAMLSSOAssertionConsumerUrl="https://localhost:9443/commonauth"
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ To configure through file upload:
``` java
[authentication.authenticator.saml]
enable=true
[authentication.authenticator.saml.parameters]
SAMLSSOAssertionConsumerUrl="https://localhost:9443/commonauth"
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ To configure through file upload:
``` java
[authentication.authenticator.saml]
enable=true
[authentication.authenticator.saml.parameters]
SAMLSSOAssertionConsumerUrl="https://localhost:9443/commonauth"
```

Expand Down
Loading