From 8b864993f3314fbd10ed631913e48d8b1aa48993 Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 15 Sep 2023 13:28:30 +0100 Subject: [PATCH] Nit: Missing bracket in docs --- .../v6/docs/content/reference/endpoints/end_session.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IdentityServer/v6/docs/content/reference/endpoints/end_session.md b/IdentityServer/v6/docs/content/reference/endpoints/end_session.md index bb9b8495..037d1740 100644 --- a/IdentityServer/v6/docs/content/reference/endpoints/end_session.md +++ b/IdentityServer/v6/docs/content/reference/endpoints/end_session.md @@ -4,7 +4,7 @@ date: 2020-09-10T08:22:12+02:00 weight: 7 --- -The end session endpoint can be used to trigger single sign-out in the browser (see [spec](https://openid.net/specs/openid-connect-rpinitiated-1_0.html). +The end session endpoint can be used to trigger single sign-out in the browser (see [spec](https://openid.net/specs/openid-connect-rpinitiated-1_0.html)). To use the end session endpoint a client application will redirect the user's browser to the end session URL. All applications that the user has logged into via the browser during the user's session can participate in the sign-out.