OpenIdDict – ApplicationID and AuhtorizationId in Tokens
I am implementing my data layer for a project I am involved.
I wonder why the Token entity has a reference to the Application Entity and also to the Authorization Entity since the Authorization Entity already has a reference to the Application Entity.
How to use custom claims with openiddict?
I’m missing custom claims in a .net 8.0 openiddict project after adding them during the exchange from user/pass to token.