Openiddict-core: Execution error using a custom TKey

Created on 26 Apr 2016  路  2Comments  路  Source: openiddict/openiddict-core

Hi,

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

It works:
image

image

image

It doesn't work:
image

image

image

image

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

invalid question

All 2 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

matthewwren picture matthewwren  路  3Comments

levitatejay picture levitatejay  路  3Comments

pealmeid picture pealmeid  路  4Comments

Typiqally picture Typiqally  路  4Comments

biapar picture biapar  路  5Comments