Skip to content

Commit

Permalink
Add WebAuthenticationId to DeviceMetadata (#42703)
Browse files Browse the repository at this point in the history
  • Loading branch information
codingllama authored Jun 10, 2024
1 parent b212f28 commit 1977180
Show file tree
Hide file tree
Showing 2 changed files with 528 additions and 477 deletions.
3 changes: 3 additions & 0 deletions api/proto/teleport/legacy/types/events/events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3906,6 +3906,9 @@ message DeviceMetadata {
// Web Session ID associated with the device.
// Present in events related to device web authentication.
string web_session_id = 7 [(gogoproto.jsontag) = "web_session_id,omitempty"];
// Device web authentication attempt ID.
// Present in events related to device web authentication.
string web_authentication_id = 8 [(gogoproto.jsontag) = "web_authentication_id,omitempty"];
}

// DeviceEvent is a device-related event.
Expand Down
Loading

0 comments on commit 1977180

Please sign in to comment.