Skip to content

Commit 05d17fd

Browse files
author
Rishi Barad
authored
Fix typo in the sample OIDC trust policy (#562)
1 parent 78403eb commit 05d17fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ One or more service endpoints, of type _AWS_, can be created and populated with
5555
"Condition": {
5656
"StringEquals": {
5757
"vstoken.dev.azure.com/{org-id}:sub": "sc://{orgName}/{ProjectName}/{ServiceConnections}",
58-
"vstoken.dev.azure.com/{org-id}": "api://AzureADTokenExchange"
58+
"vstoken.dev.azure.com/{org-id}:aud": "api://AzureADTokenExchange"
5959
}
6060
}
6161
}

0 commit comments

Comments
 (0)