Skip to content

Commit cbdb0fe

Browse files
Update src/content/docs/identityserver/troubleshooting.md
Co-authored-by: Maarten Balliauw <maarten.balliauw@duendesoftware.com>
1 parent 176855f commit cbdb0fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/identityserver/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,4 @@ When dealing with external authentication, you may want to set `MapInboundClaims
267267

268268
### Implement `OnTicketReceived` To Reduce Cookie Size
269269

270-
When dealing with external authentication, you may want to implement `OnTicketReceived` to reduce the size of the cookie. This is a callback that is invoked after the authentication process is complete. You can use this callback to remove any claims that are not needed by your solution.
270+
When dealing with external authentication, you may want to implement `OnTicketReceived` to reduce the size of the cookie. This is a callback that is invoked after the external authentication process is complete. You can use this callback to remove any claims that are not needed by your solution.

0 commit comments

Comments
 (0)