PS3: [LB] Reviewed, query open 92/90492/4
authorjkjo92 <jkjo92@samsung.com>
Fri, 30 Sep 2016 08:36:28 +0000 (17:36 +0900)
committerYoungae Kang <youngae.kang@samsung.com>
Wed, 5 Oct 2016 06:51:30 +0000 (23:51 -0700)
Change-Id: I2c4d9b23469ad36af0d08998ccb31108ba374272
Signed-off-by: jkjo92 <jkjo92@samsung.com>
org.tizen.guides/html/native/personal/fido_n.htm

index b5cd653..0721c13 100644 (file)
@@ -28,6 +28,7 @@
                <p class="toc-title">Content</p>
                <ul class="toc">
                        <li><a href="#fido_uaf_components">FIDO UAF Components</a></li>
+                       <li><a href="#prerequisites">Prerequisites</a></li>
                        <li><a href="#find_auth">Finding the FIDO Authenticator</a></li>
                        <li><a href="#check_uaf_msg_supported">Checking the UAF Message Support</a></li>
                        <li><a href="#protocol_conversation">Managing the Protocol Conversation</a></li>
                <p>Set the server result and indicate the status code resulting from a FIDO UAF message delivered to the remote server.</p></li>
 </ul>
 
+<h2 id="prerequisites">Prerequisites</h2>
+<p>To use the FIDO Client API (in <a href="../../../../org.tizen.native.mobile.apireference/group__CAPI__FIDO__MODULE.html">mobile</a> and <a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__FIDO__MODULE.html">wearable</a> applications), the application has to request permission by adding the following privilege to the <span style="font-family: Courier New,Courier,monospace;">tizen-manifest.xml</span> file:</p>
+<pre class="prettyprint">
+&lt;privileges&gt;
+&nbsp;&nbsp;&nbsp;&lt;privilege&gt;http://tizen.org/privilege/fido.client&lt;/privilege&gt;
+&lt;/privileges&gt;
+</pre>
 
 <h2 id="find_auth" name="find_auth">Finding the FIDO Authenticator</h2>