Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
The existing VK (VKontakte) OAuth provider in Kratos is now outdated and unusable for newly registered applications, as VK OAuth no longer works for new apps.
Solution
VK ID is the modern official alternative that consolidates login across three popular CIS-region services: VKontakte (VK), Mail.Ru, and Odnoklassniki (OK.ru). Supporting VK ID significantly improves the social login experience for users in the CIS region.
Changes
Related issue(s)
No issues or design documents are associated with this change.
Checklist
introduces a new feature.
contributing code guidelines.
vulnerability. If this pull request addresses a security vulnerability, I
confirm that I got the approval (please contact
security@ory.sh) from the maintainers to push
the changes.
works.
Further Comments
This addition enables reliable social login for the major CIS platforms, which is highly valuable for Kratos users in those regions. Administrators should update their social provider configurations to use the new VK ID provider as needed. Documentation in the Ory docs repository will be updated soon to describe the new provider and its configuration options. Please review the implementation and tests and suggest any improvements.