Joe DeCock
Joe DeCock
These are the services that we will need to think about when implementing this. They're the services I found that are resolved with null as a default value in constructors....
Thanks for the suggestion, we'll consider this in our future planning. If you need the CORP header today, I imagine you probably could accomplish this with a middleware that would...
I didn't find anything just searching for "AsSingleQuery" or "AsSplitQuery" in the old issue tracker. I did find https://github.com/DuendeSoftware/IdentityServer/pull/705, where we are setting AsSplitQuery in one of the queries in...
Hi, thanks for getting in touch. We'll consider this feature request for a future release. In the meantime, your workaround seems like a reasonable approach. The discovery document's `token_endpoint_auth_methods_supported` property...
Thanks for opening this issue! We'll consider this for a future release. For now, are you able to accomplish what you need with a customized profile service?
I don't hear much confusion about the two interfaces. Whenever production deployments/scaling comes up, I always mention that IDistributedCache might be necessary, and our docs on how we use it...
@mrjamiebowman, generally we would recommend that you use an in memory implementation of ICache for your configuration data. In most cases, changes to configuration data are rare and not particularly...
@mrjamiebowman and @hugoqribeiro - thanks for your feedback on this issue! Our current plans are that, while we might revisit the design of the cache in a future major release,...
We should apply the same changes to OidcClient.DPoP and and OidcClient.IdTokenValidator. Also - I think we should probably update to version 8.0 of the abstractions package
@brockallen - I needed the wilson updates in order to support trimming in IdTokenValidator and DPoP, so I just went ahead and put it all in one branch. But I'm...