You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auth: Add reAuthReason field in aws_loginWithBrowser (aws#767)
When the user logs in with the browser AND it is due to
reauth, we want to know why they need to reauth. This will
explain why.
Signed-off-by: Nikolas Komonen <[email protected]>
Copy file name to clipboardExpand all lines: telemetry/definitions/commonDefinitions.json
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1285,6 +1285,11 @@
1285
1285
"type": "string",
1286
1286
"description": "Error message detail. May contain arbitrary message details (unlike the `reason` field), but should be truncated (recommendation: 200 chars)."
1287
1287
},
1288
+
{
1289
+
"name": "reAuthReason",
1290
+
"type": "string",
1291
+
"description": "Why was the connection/session put in to a state where it needs to be reauthenticated?"
0 commit comments