Providers icon indicating copy to clipboard operation
Providers copied to clipboard

feat: VK ID OAuth2 Provider

Open vhar opened this issue 8 months ago • 1 comments

New VK ID OAuth2 Provider

OAuth VKontakte now is deprecated.
Obtaining a user access key (access token) is now possible only through OAuth VK ID.

VK ID Reference

vhar avatar Apr 19 '25 13:04 vhar

That's exactly what I need.

ichinya avatar May 13 '25 17:05 ichinya

Is there a reason why this can't just replace the old provider with a new major version?

atymic avatar Jun 28 '25 23:06 atymic

Is there a reason why this can't just replace the old provider with a new major version?

Yes, there is. VK applications created earlier continue to work with the old provider.

OAuth VKontakte This is an outdated way of authorization using OAuth VKontakte. Getting a user Access token is now only possible through OAuth VK ID. At the same time, previously created applications with OAuth VKontakte are supported. If you need to work with the API on behalf of a community or public page, for example, so that the user can respond to community subscribers to messages, get a list of administered community identifiers through the user's Access token via OAuth 2.1, and then with this information get a community access key via OAuth VKontakte.

https://id.vk.com/about/business/go/docs/en/vkid/latest/oauth-vk#OAuth-VKontakte

vhar avatar Jul 09 '25 07:07 vhar