Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
707 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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?
Identity Server 4 ()