Skip to content

Commit

Permalink
Merge pull request #352 from DavidKlempfner/patch-10
Browse files Browse the repository at this point in the history
Update external.md
  • Loading branch information
josephdecock authored Oct 3, 2023
2 parents 9ffed1a + cbcc831 commit 5e617a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IdentityServer/v6/docs/content/ui/logout/external.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 5e617a4

Please sign in to comment.