From a2672e63d9d48715331b2f48dfbe190327b1509c Mon Sep 17 00:00:00 2001 From: Changwon Choe Date: Thu, 4 Apr 2019 11:08:14 +0900 Subject: [PATCH] Correct a typos in appendix.adoc Closes gh-148 --- .../modules/ROOT/pages/appendix.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-security-kerberos-docs/modules/ROOT/pages/appendix.adoc b/spring-security-kerberos-docs/modules/ROOT/pages/appendix.adoc index f007dfe..e03df18 100644 --- a/spring-security-kerberos-docs/modules/ROOT/pages/appendix.adoc +++ b/spring-security-kerberos-docs/modules/ROOT/pages/appendix.adoc @@ -64,7 +64,7 @@ originally signed and gave to a `client`. image:drawio-kerb-cc3.png[] When client wants to get a ticket which it can use to authenticate -with a service, `TGT` is send to `KDC` which then signs a service ticket +with a service, `TGT` is sent to `KDC` which then signs a service ticket with service's own key. This a moment when a trust between `client` and `service` is created. This service ticket contains data which only `service` itself is able to decrypt. @@ -73,7 +73,7 @@ image:drawio-kerb-cc4.png[] When `client` is authenticating with a service it sends previously received service ticket to a service which then thinks that I don't -know anything about this guy but he have me an authentication ticket. +know anything about this guy but he gave me an authentication ticket. What `service` can do next is try to decrypt that ticket and if that operation is succesfull it knows that only other party who knows my credentials is the `KDC` and because I trust him I can also trust that