Skip to content

Commit

Permalink
Merge pull request #377 from Ranj101/patch-1
Browse files Browse the repository at this point in the history
Fixes wording error
  • Loading branch information
josephdecock authored Nov 28, 2023
2 parents c31aaf6 + d471980 commit 3e3f6fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IdentityServer/v5/docs/content/ui/logout/logout_context.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The logout page can be triggered in different ways:
* External Provider Logout Notification (protocol)
* Direct User Access (non-protocol)

If the login page is being triggered by a protocol workflow, then this means Duende IdentityServer has redirected the user's browser to the logout page.
If the logout page is being triggered by a protocol workflow, then this means Duende IdentityServer has redirected the user's browser to the logout page.
In these scenarios, a *logoutId* parameter will be passed that represents the logout context.
The *logoutId* value can be exchanged with the *GetLogoutContextAsync* API on the [interaction service]({{<ref "/reference/services/interaction_service">}}) obtain a *LogoutRequest* object.

Expand Down
2 changes: 1 addition & 1 deletion IdentityServer/v6/docs/content/ui/logout/logout_context.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The logout page can be triggered in different ways:
* External Provider Logout Notification (protocol)
* Direct User Access (non-protocol)

If the login page is being triggered by a protocol workflow, then this means Duende IdentityServer has redirected the user's browser to the logout page.
If the logout page is being triggered by a protocol workflow, then this means Duende IdentityServer has redirected the user's browser to the logout page.
In these scenarios, a *logoutId* parameter will be passed that represents the logout context.
The *logoutId* value can be exchanged with the *GetLogoutContextAsync* API on the [interaction service]({{<ref "/reference/services/interaction_service">}}) to obtain a *LogoutRequest* object.

Expand Down
2 changes: 1 addition & 1 deletion IdentityServer/v7/docs/content/ui/logout/logout_context.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The logout page can be triggered in different ways:
* External Provider Logout Notification (protocol)
* Direct User Access (non-protocol)

If the login page is being triggered by a protocol workflow, then this means Duende IdentityServer has redirected the user's browser to the logout page.
If the logout page is being triggered by a protocol workflow, then this means Duende IdentityServer has redirected the user's browser to the logout page.
In these scenarios, a *logoutId* parameter will be passed that represents the logout context.
The *logoutId* value can be exchanged with the *GetLogoutContextAsync* API on the [interaction service]({{<ref "/reference/services/interaction_service">}}) to obtain a *LogoutRequest* object.

Expand Down

0 comments on commit 3e3f6fd

Please sign in to comment.