Skip to content

Commit

Permalink
auth: add attribute for aws_loginWithBrowser (#717)
Browse files Browse the repository at this point in the history
When logging in with the browser we want to know
what start url was used

Signed-off-by: Nikolas Komonen <[email protected]>
  • Loading branch information
nkomonen-amazon authored Apr 2, 2024
1 parent b472892 commit 32f47d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1838,6 +1838,10 @@
"type": "credentialSourceId",
"required": false
},
{
"type": "credentialStartUrl",
"required": false
},
{
"type": "credentialType",
"required": false
Expand Down

0 comments on commit 32f47d8

Please sign in to comment.