aboutsummaryrefslogtreecommitdiffstats
path: root/htdocs/binding.css
diff options
context:
space:
mode:
authorNaveen Bobbili <nbobbili@amazon.com>2018-12-05 14:41:43 -0800
committerNaveen Bobbili <nbobbili@amazon.com>2018-12-06 14:31:57 -0800
commit4082dd6e354e68a90d1e50953c34cfa36b3d1519 (patch)
tree5d55434015158137b210f5f6759ed93b6e40c76d /htdocs/binding.css
parent3c87e5c620dc1273a900cf3a607f0bdbc67f34a5 (diff)
Code Base Linking based authentication implementationguppy_6.99.4guppy_6.99.3guppy/6.99.4guppy/6.99.36.99.46.99.3ces2019
for Alexa Voice Agent. Using the VSHL Tester HTML5 app 1. Click Enumerate Agents will show Login With Amazon button if the low level Alexa voice agent is not authenticated. 2. Clicking Login with Amazon button will start the login process. A CBL link will be displayed using which the user can authenticate using Amazon account. 3. The app will automatically fetch the access token needed by the low-level Alexa Voice Agent and pass it to it using the setAuthToken exposed by the agent. Change-Id: I327e9b77a2f296a268530df00804cbef60cf0c3c Signed-off-by: Naveen Bobbili <nbobbili@amazon.com>
Diffstat (limited to 'htdocs/binding.css')
-rw-r--r--htdocs/binding.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/binding.css b/htdocs/binding.css
index 99f84b4..9ee1303 100644
--- a/htdocs/binding.css
+++ b/htdocs/binding.css
@@ -88,7 +88,7 @@ dialog::backdrop {
}
h3.dialogheader {
- background-color: rgb(177, 177, 236);
+ background-color: lightgreen;
padding: 1ch;
}