Linking accounts in the developer console
Open the developer console and go to the skill page. On the Связка аккаунтов (Account linking) tab, fill out the required fields, then click Сохранить (Save).
Field description:
-
Идентификатор приложения (App ID): OAuth app ID on the authorization server (for example,
4760187d41bc4b7799476b42b5103213
). -
Секрет приложения (App secret): OAuth app password on the authorization server (for example,
f25bebr991ff419893db655428e4e1de
). -
URL авторизации (Authorization URL): A page where the user needs to log in to allow the skill access the account (for example,
https://oauth-server.com/oauth/login
). -
URL для получения токена (URL for getting a token): The URL for sending the request with the authorization code to get an OAuth access token (for example,
https://skill-example/token
). -
URL для обновления токена (URL for updating a token): The URL for updating the OAuth token (for example,
https://oauth-server.com/refresh
). -
Идентификатор группы действий (Action group ID): A list of permissions to be granted for the requested OAuth tokens (for example,
home:lights
for a smart home). Separate permissions with&
. To see the available rights, go tohttps://oauth.yandex.ru/client/<client_id>/info
(substitute<client_id>
with the application ID).
Next step → Test your skill