【问题标题】:Using VK Authentication in Identity Server 4在 Identity Server 4 中使用 VK 身份验证
【发布时间】:2018-01-25 01:06:15
【问题描述】:

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

【问题讨论】:

    标签: asp.net-core identityserver4 vk


    【解决方案1】:

    例如,您对 Google 执行此操作的方式相同 (read here)。

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

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

    【讨论】:

    • 当我阅读此信息时,我在 GitHub link 中找到了库。它包含 VK 的扩展方法。谢谢!
    猜你喜欢
    • 2017-06-26
    • 2019-08-17
    • 2019-04-18
    • 1970-01-01
    • 2019-03-26
    • 1970-01-01
    • 2021-03-20
    • 1970-01-01
    • 2016-08-31
    相关资源
    最近更新 更多