We are implementing a bot application which requires authentication with database. I want to use identity server for oauth token generation and connect with database.
When I try to authenticate with bot its always giving bad request exception and I am not getting any additional information. I able to authenticate with third party providers (google,fb,github..).
I followed some links of customizing identity server with own database but not able to authenticate with bot.
https://davidmatablog.wordpress.com/2018/07/19/securing-dotnetcore-2-1-web-api-with-identityserver4/
How to use existing DB with IdentityServer4