Skip to content

Commit

Permalink
fix: typo in update session_cleanup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-Tian authored Sep 13, 2023
1 parent 59903c4 commit 8e7398a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This means you will need a page to prompt the user to logout.

If a *logoutId* is passed to the login page and the returned *LogoutRequest*'s *ShowSignoutPrompt* is *false* then it is safe to skip the prompt.
This would occur when the logout page is requested due to a validated client initiated logout via the [end session endpoint]({{<ref "/reference/endpoints/end_session">}}).
Your logout page process can continue as if they user submitted the post back to logout, in essence calling *SignOutAsync*.
Your logout page process can continue as if the user submitted the post back to logout, in essence calling *SignOutAsync*.

### External Logins

Expand Down

0 comments on commit 8e7398a

Please sign in to comment.