Yandex OAuth control panel
A registered app appears in your Yandex OAuth control panel.
To open an app's page, follow the link https://oauth.yandex.com/ and select the app from the list. You can edit or delete the selected app as well as create a new one.
See Register your app to learn more about creating an app.
App parameters
An app's page displays its main parameters:
-
Client ID — The app's unique ID. It can't be changed.
-
Client secret — The app's secret key used to sign a JWT token with user information.
To get a new value for the secret key, select Renew Client secret. You can use the key renewal feature when you need to restrict access to the app in Yandex OAuth: the old key becomes invalid after renewal.
-
Redirect URI — The address of the page that the user will be redirected to after authorization. This is the page that will receive the OAuth token.
An app may have multiple Redirect URI addresses. You can use different addresses when the website allows different authorization scenarios, such as when you need to set up multiple environments.
When authorizing an app, these parameters are needed to get an OAuth token and to request user data.