Skip to content

Commit

Permalink
[Quantum] Data Plane 2022-09-12-preview scope (#24212)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuanqixu authored May 30, 2023
1 parent ed5ff62 commit 44fe78f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"flow": "application",
"description": "Azure Active Directory OAuth2 Authentication",
"scopes": {
"<audience>/.default": "client credential scope"
"https://quantum.microsoft.com/.default": "client credential scope"
}
}
},
"security": [
{
"AzureAuth": [
"<audience>/.default"
"https://quantum.microsoft.com/.default"
]
}
],
Expand Down

0 comments on commit 44fe78f

Please sign in to comment.