Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.0][6.1] Add documentation for wreply logout validation in passive sts authentication #4867

Merged
merged 1 commit into from
Jan 2, 2025
Merged
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
Binary file modified en/identity-server/6.0.0/docs/assets/img/guides/ws-federation-passive.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ The next step is to configure the service provider.
- **Passive STS Realm** :` PassiveSTSSampleApp `

- **Passive STS WReply URL** :`http://localhost:8080/PassiveSTSSampleApp/index.jsp`

- **Passive STS WReply Logout URL** :`http://localhost:8080/PassiveSTSSampleApp/index.jsp`

Click Yes, in the message that appears.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ To configure additional properties for the sample application:
|------------|-------|--------------|
| **Passive STS Realm** | `PassiveSTSSampleApp` | This should be a unique identifier for the web app. Provide the same realm name given to the web app you are configuring WS-Federation for. |
| **Passive STS WReply URL** | `http://localhost:8080/PassiveSTSSampleApp/index.jsp` | Provide the URL of the web app you are configuring WS-Federation for. This endpoint URL will handle the token response. |
| **Passive STS WReply Logout URL** | `http://localhost:8080/PassiveSTSSampleApp/index.jsp` | This is the URL of the web application to which the user is redirected to upon successful logout. This URL will be used to validate the wreply url sent in the logout request. |

4. Expand **Claim Configuration** and click **Add Claim URI** next to **Requested Claims**, and add the following claims:

Expand Down
Binary file modified en/identity-server/6.1.0/docs/assets/img/guides/ws-federation-passive.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ The next step is to configure the service provider.
- **Passive STS Realm** :` PassiveSTSSampleApp `

- **Passive STS WReply URL** :`http://localhost:8080/PassiveSTSSampleApp/index.jsp`


- **Passive STS WReply Logout URL** :`http://localhost:8080/PassiveSTSSampleApp/index.jsp`

Click Yes, in the message that appears.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ To configure additional properties for the sample application:
|------------|-------|--------------|
| **Passive STS Realm** | `PassiveSTSSampleApp` | This should be a unique identifier for the web app. Provide the same realm name given to the web app you are configuring WS-Federation for. |
| **Passive STS WReply URL** | `http://localhost:8080/PassiveSTSSampleApp/index.jsp` | Provide the URL of the web app you are configuring WS-Federation for. This endpoint URL will handle the token response. |
| **Passive STS WReply Logout URL** | `http://localhost:8080/PassiveSTSSampleApp/index.jsp` | This is the URL of the web application to which the user is redirected to upon successful logout. This URL will be used to validate the wreply url sent in the logout request. |

4. Expand **Claim Configuration** and click **Add Claim URI** next to **Requested Claims**, and add the following claims:

Expand Down