pecanw
pecanw
Can you advise me how to extend it? The `TokenValidator` is internal and there's no option to change the `TokenValidationParameters`: ```csharp var parameters = new TokenValidationParameters { ValidIssuer = _context.HttpContext.GetIdentityServerIssuerUri(),...
I'm unable to get the versioning working with attribute routing. The code ends with following exception: ``` The given key was not present in the dictionary. System.Collections.Generic.KeyNotFoundException at System.Collections.Generic.Dictionary`2.get_Item(TKey key)...
Thank you for the suggestion. However I'm not able to make it run. If I don't use your library at all, the standard WebAPI is not able to deal with...
The main idea behind is having one connection multiplexer as a singleton in the application. We would like to add some profiling and monitoring on it. It is also quite...
IMO keeping the old value as suppressed_prompt=login is very ugly and confusing. I have added a commit to keep the old value in a suppressed_max_age parameter. I have also added...
@josephdecock, @brockallen can you review my latest proposal?