From cbcc8310a3ad07c233b03d1494fc2247cc92a8a8 Mon Sep 17 00:00:00 2001 From: David Klempfner Date: Mon, 2 Oct 2023 21:00:42 +1100 Subject: [PATCH] Update external.md Fixed grammar. --- IdentityServer/v6/docs/content/ui/logout/external.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IdentityServer/v6/docs/content/ui/logout/external.md b/IdentityServer/v6/docs/content/ui/logout/external.md index 148807b4..fc5ca76e 100644 --- a/IdentityServer/v6/docs/content/ui/logout/external.md +++ b/IdentityServer/v6/docs/content/ui/logout/external.md @@ -13,7 +13,7 @@ Across this redirect exchange, there will be state that must be maintained so th ## Determining the Identity Provider -To detect that a user must be redirected to an external identity provider for sign-out is typically done by using a *idp* claim issued into the cookie at IdentityServer. +To detect that a user must be redirected to an external identity provider for sign-out is typically done by using an *idp* claim issued into the cookie at IdentityServer. The value is either *local* for a local sign-in or the scheme of the corresponding authentication handler used for an external provider. At sign-out time this claim should be consulted to determine if an external sign-out is required.