使用Identity Server4的MS Bot身份验证(通用oauth2)

时间:2018-12-18 08:46:20

标签: oauth-2.0 identityserver4

我们正在实现一个机器人应用程序,该应用程序需要通过数据库进行身份验证。 我想使用身份服务器生成oauth令牌并连接数据库。

当我尝试通过bot进行身份验证时,它始终会给出错误的请求异常,并且我没有得到任何其他信息。我能够通过第三方提供商(google,fb,github ..)进行身份验证。

我遵循了一些使用自己的数据库自定义身份服务器的链接,但无法通过bot进行身份验证。

https://davidmatablog.wordpress.com/2018/07/19/securing-dotnetcore-2-1-web-api-with-identityserver4/

How to use existing DB with IdentityServer4

https://github.com/Microsoft/BotBuilder/issues/4703

https://aaronparecki.com/oauth-2-simplified/

0 个答案:

没有答案