Skip to content

Commit

Permalink
Merge pull request #4867 from shanggeeth/master
Browse files Browse the repository at this point in the history
[6.0][6.1] Add documentation for wreply logout validation in passive sts authentication
  • Loading branch information
shanggeeth authored Jan 2, 2025
2 parents c9dcefd + ef5a169 commit 8953f5b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
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

0 comments on commit 8953f5b

Please sign in to comment.