IdentityServer4.Contrib.MongoDB
IdentityServer4.Contrib.MongoDB copied to clipboard
mapper throw exception on clientclaims on 4.0.0-rc.2
Hello thanks for the great work
i have a issue on version 4.0.0-rc.2 due to automapper configuration
adding a client claim and store it runs perfectly but fetching it fails because of a type mapping missing between claim client and securityclaim
code to reproduce
Client c= new Client()
{
ClientId = clientId,
AllowedScopes = new List
Hi,
thanks for reporting this issue. I've opened a PR that should fix this bug. Gonna contact diogo so that he can merge and hopefully release soon :)
Best regards