我们正在实现一个机器人应用程序,该应用程序需要通过数据库进行身份验证。 我想使用身份服务器生成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