Hi,
I tried to use a custom TKey (Guid) and it compiles, but, when I try to run, it doesn't work.
It works:



It doesn't work:




Dotnet Info
PS C:\WINDOWS\system32> dotnet --info
.NET Command Line Tools (1.0.0-rc2-002485)
Product Information:
Version: 1.0.0-rc2-002485
Commit Sha: d3c65aee87
Runtime Environment:
OS Name: Windows
OS Version: 10.0.10586
OS Platform: Windows
RID: win10-x64
Hey,
Looks like you're not registering the AppClient type.
Can you try calling AddOpenIddict<AppClient>() instead of AppOpenIddict()?
@PinpointTownes Thanks! I've forgot something.. rsrs