在 Identity Server 4 中使用 VK 身份验证

Using VK Authentication in Identity Server 4

我需要在ASP.NET核心应用程序中创建服务,实现通过VK授权服务器登录。也许在 Identity Server 4 的帮助下是可能的?我知道,它有 Facebook,Google 身份验证。如何借助Identity Server 4实现VK认证?

与 Google 相同的方式,例如 (read here)。

您需要在 VK 中创建一个应用程序,然后将此应用程序作为外部提供程序添加到您的 IdentityServer。

我提供的 link 是 IdentityServer 设置的第 4 步,但我强烈建议您从头开始。