import ConfigDone from '/docs/snippets/u-and-p-provider-config-done.md'
VK provider setup for Users & Permissions#
The present page explains how to setup the VK provider for the Users & Permissions feature.
You have read the Users & Permissions providers documentation.
VK configuration#
- Visit the Apps list page at
- Click on Create app button
- Fill the information:
- Title: Strapi auth
- Platform: Choose Website option
- Website address:
http://localhost:1337 - Base domain:
localhost
- Click on the Settings link in the left menu
- Click on the Open API link to enable this option
- Fill the information:
- Authorized redirect URL:
http://localhost:1337/api/connect/vk/callback
- Authorized redirect URL:
Strapi configuration#
- Visit the User & Permissions provider settings page at
- Click on the VK provider
- Fill the information:
- Enable:
ON - Client ID: 7276416
- Client Secret: cFBUSghLXGuxqnCyw1N3
- The redirect URL to your front-end app:
http://localhost:3000/connect/vk/redirect
- Enable: