Sudhir Kumbhare

Sudhir Kumbhare

  • NA
  • 50
  • 1.1k

Identity Server 4

Feb 28 2021 4:58 AM
My project is based on Identity server 4 with .net core 2.0. Everything is working fine with Identity Server 4(2.0.0) with with .net core 2.0
But now I am migrating it to Identity server 4 (3.1.4) with .net core 3.1 and Identity server is returning the token as null. I am using Resourceownerpasswordcredentials grant which is perfactly fine with earlier version but with migration to .net core and Identity server I am getting token as null.
The Idenity store used is DynamoDB from AWS.
 
Can someone help me how can I debug this?