From 5e6a8bbc44fdfe500b5bc773bd2001594b8d7106 Mon Sep 17 00:00:00 2001 From: jkjo92 Date: Mon, 11 Sep 2017 11:23:56 +0900 Subject: [PATCH] Added guide for UafAuthResponse PS2: Reviewed. Change-Id: I3b9a001cbe7db03def264afe8b54b00787f4c4fe Signed-off-by: jkjo92 --- org.tizen.guides/html/dotnet/personal/fido_n.htm | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/org.tizen.guides/html/dotnet/personal/fido_n.htm b/org.tizen.guides/html/dotnet/personal/fido_n.htm index 5c15ac7..a0f5567 100755 --- a/org.tizen.guides/html/dotnet/personal/fido_n.htm +++ b/org.tizen.guides/html/dotnet/personal/fido_n.htm @@ -138,9 +138,12 @@ var response = await UafClient.CheckPolicyAsync(uafRequest);

Managing the Protocol Conversation

-

The core UAF protocol consists of conceptual conversations between the FIDO UAF client and the FIDO server, which allow the server to prompt the client to register authenticators and authenticate the end user. The server can also deregister authentication keys.

+

The core UAF protocol consists of conceptual conversations between the FIDO UAF client and the FIDO server, which allow the server to prompt the client to register authenticators and authenticate the end user.

To receive conversation messages from the server:

+ +

Setting the Server Result

-- 2.7.4