Skip to content

Commit 30892c9

Browse files
committed
fix: traceid transition
1 parent 2862b42 commit 30892c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

VirtualFinland.UserAPI/src/VirtualFinland.UsersAPI/Security/Models/RequestAuthenticatedUser.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public RequestAuthenticatedUser(Person person, RequestAuthenticationCandinate re
2020
IdentityId = requestAuthenticationCandinate.IdentityId;
2121
Issuer = requestAuthenticationCandinate.Issuer;
2222
Audience = requestAuthenticationCandinate.Audience;
23+
TraceId = requestAuthenticationCandinate.TraceId;
2324
}
2425

2526
public Guid PersonId { get; set; } = default!;

0 commit comments

Comments
 (0)