Skip to content
Discussion options

You must be logged in to vote

Hey @iseneirik, we've had a look at this and unfortunately we don't believe there is much we can do. You're correct that there is an ordering issue. However, moving to PostConfigureOptions also creates an ordering issue.

The underlying issue is that the AddOpenIdConnect call from Microsoft constructs an HTTP Client from the BackChannelHttpHandler. If we change our ConfigureOpenIdConnectOptions to also be post configure, the Microsoft AddOpenIdConnect invocation might construct the HttpClient using the BackChannelHttpHandler before we are able to set it.

So, this is an ordering problem which we don't believe we can elegantly resolve. We should be clearer in the documentation. We will also …

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@iseneirik
Comment options

Comment options

You must be logged in to vote
1 reply
@iseneirik
Comment options

Answer selected by iseneirik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
BFF
Labels
None yet
3 participants