Replies: 3 comments 10 replies
-
|
Can you share a bit more on what your setup is exactly? This is what I'm assuming, but do correct me where I'm wrong 🙂:
|
Beta Was this translation helpful? Give feedback.
-
|
I've a ASP.NET Core Blazor (webassembly) application I've a new additional logic which is implemented as BackgroundService who also wants to talk to the external API. For this case it tries to use the |
Beta Was this translation helpful? Give feedback.
-
|
We run into this as well. We have a BackgroundService running to update an in-memory cache by retrieving data via http calls. When trying out v4 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use the IClientCredentialsTokenManager to get a configured AccessToken (Instead of retrieving and caching it on my own).
But since I added the BFF services it won't work anymore.
Resolving the IClientCredentialsTokenManager instance from the IServiceProvider produces an error: "Not running in a http context".
What do I wrong?
Beta Was this translation helpful? Give feedback.
All reactions