From c2fbec9f90ba2dbc4c09a314ef7ac250bd947968 Mon Sep 17 00:00:00 2001 From: "andrea.vesco" Date: Thu, 14 Dec 2023 09:32:17 +0100 Subject: [PATCH] fix visualization figure 1 --- draft-vesco-vcauthtls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-vesco-vcauthtls.md b/draft-vesco-vcauthtls.md index 6e0ccd9..32a186e 100644 --- a/draft-vesco-vcauthtls.md +++ b/draft-vesco-vcauthtls.md @@ -105,7 +105,7 @@ An entity requests access to services by presenting a Verifiable Presentation {{ | | <---------------- | | <---------------- | | -------- ok/ko ---------- pk ----- ~~~~~ -{: #fig-ssi-steps artwork-align="center" +{: #fig-ssi-steps artwork-align="left" title="Generation of the identity compliant with the SSI model and authentication with VP"} The current implementations of the authentication process run at the application layer. A client estabhlishes a TLS channel authenticating the server with the server's X.509 certificate. Then the server authenticates the client that sends its VP at application layer (i.e. over the TLS channel already established). The mutual authentication with VPs occurs when also the server exchanges its VP with the client again at application layer.