I have an IdentityServer4 with EFCore implementation which is all working nicely. I need to make a change to get some client information included in the token which is proving problematic. I can include the information in the ClientClaims table and it is ...