Mateusz Mazurek

Results 7 comments of Mateusz Mazurek

@Mehboobunnisa check this issue #554

Based on actort claim, lib should create Actor ClaimIdentity. Docs below https://docs.microsoft.com/en-us/dotnet/api/system.security.claims.claimsidentity.actor?view=netcore-3.1 https://docs.microsoft.com/en-us/dotnet/api/system.security.claims.claimtypes.actor?view=netcore-3.1 My custom implementation ``` .AddOAuth2Introspection("introspection", o => {; o.Events.OnCreatingTicket = principal => { var actor = principal?.Claims.FirstOrDefault(x...

Hi sorry, for late replying Ad.1 Yep, i think `act` is the closest to `actort`, however I suspect abbreavation means `actor token` Ad.2 I produce it on my custom grant...

Hi, since version 2 nodes management will be possible.

What are pros of AStar method ? Why we need heuristic method ?

Hi, really nice feature. Could you provide more refinement to your contribution ? I prefer to keep graph data stracture still immutable. Instead modify NodeComparer would be better just extend...

Now, it looks much better. Could you provide unit tests as well ? Then we will be certain about reliabilty your solution.