-
Notifications
You must be signed in to change notification settings - Fork 1
Installation Guide: Step 3
Rohit Rathi edited this page Sep 17, 2018
·
2 revisions
- In the DialogFlow console, goto Integrations and select Google Assistant
- In the popup, check the "Sign in required" checkbox for Explicit Invocation
- Click on "Manage Assistant App" to open google actions page
- Select account linking from the Advanced options in the bottom left corner
- Select "Only allow account creation on my website"
- Choose "OAuth" & "Implicit" in Linking type
- Enter any particular String in Client ID box (this can be anything) (It can be used to check on the server side that the request coming from google for account linking is actually coming from google)
- Enter
<eyantra-iot-server-url>/oauth
in Authorisation URL box (This requireshttps
enabled url, make sure your eYantra server is hosted withhttps
) - Leave the Client configuration empty
- Put working pair of
<username>
&<password>
in Testing instructions part (This will be used by google review team. Don't provide real user account, a trial working account with no rights will be fine)