How to EnrichWithHttpRequest with user identity correctly? #64559
Unanswered
andrew-vdb
asked this question in
Q&A
Replies: 1 comment
-
|
the answer is to use EnrichWithHttpResponse, is this correct or something wrong with my middleware order |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to enrich http request with User.Identity.Name, for some reason even my authenticated request is not captured
identity.IsAuthenticated always false
is there a way to fix this?
``
.WithTracing(tracing =>
{
tracing.AddAspNetCoreInstrumentation(options =>
{
Beta Was this translation helpful? Give feedback.
All reactions