Results 73 comments of Joe DeCock

ResponseGenerator classes: - [x] AuthorizeInteraction - [ ] Authorize - [x] Token - [ ] Discovery - [ ] Introspection - [ ] TokenRevocation - [ ] UserInfo Generators with...

Next priority is to document Discovery and UserInfo, and that is at low priority. Others are _very_ low priority. Might also be good to add a brief introduction on the...

Thanks for raising this issue. We're working on merging #191 now.

Thanks Jim, that's correct. Two things came out of this investigation: 1. PAR failure handling in OidcClient could be improved to make it more obvious that PAR is involved. I've...

Sorry to keep everyone waiting for a long time on this issue. We're in the process of migrating this repo into the Duende organization, and I'm trying to clean up...

Some beginnings: ```cs public class ConfigureDynamicProviders(IHttpContextAccessor httpContextAccessor) : IPostConfigureOptions { public void PostConfigure(string? name, OpenIdConnectOptions options) { ArgumentNullException.ThrowIfNull(name, nameof(name)); if(httpContextAccessor.HttpContext is null) { throw new InvalidOperationException("No Http Context (are you...

Hi, thanks for opening this issue. This is really interesting and I'm going to read the linked issue in more detail. We generally try to keep our dependencies as relaxed...

Hi, just thought I'd chime in because I created #521. It does seem to be the case that the self-hosted font awesome assets need to be updated to get the...

Another issue here is that there are many files in static/fontawesome/webfonts that I did not change. Those weren't in what I downloaded from FA, and I don't know where they...

Yeah, this branch has been open for so long that it doesn't surprise me that there would be conflicts. If you can solve the issue easiest with a new branch,...