Skip to content

Commit

Permalink
Merge pull request #349 from DavidKlempfner/patch-7
Browse files Browse the repository at this point in the history
Update logout_context.md
  • Loading branch information
josephdecock authored Oct 3, 2023
2 parents 677d203 + 35b4d83 commit ba18092
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -15,7 +15,7 @@ The logout page can be triggered in different ways:

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.
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.
The *logoutId* value can be exchanged with the *GetLogoutContextAsync* API on the [interaction service]({{<ref "/reference/services/interaction_service">}}) to obtain a *LogoutRequest* object.

If the page is directly accessed by the user then there will be no *logoutId* parameter, but the context can still be accessed by calling *GetLogoutContextAsync* just without passing any parameters.

Expand Down

0 comments on commit ba18092

Please sign in to comment.