Skip to content

Commit d0a232e

Browse files
Merge pull request #286226 from craigshoemaker/aca/sec/guid
[Container Apps] Update: Managed identity -> Replace GUID value with approved fictious value
2 parents 4a003fc + 0368d45 commit d0a232e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/container-apps/managed-identity.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,8 @@ Content-Type: application/json
320320
"expires_on": "1586984735",
321321
"resource": "https://vault.azure.net",
322322
"token_type": "Bearer",
323-
"client_id": "5E29463D-71DA-4FE0-8E69-999B57DB23B0"
323+
"client_id": "aaaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"
324324
}
325-
326325
```
327326

328327
This response is the same as the [response for the Microsoft Entra service-to-service access token request](../active-directory/develop/v2-oauth2-client-creds-grant-flow.md#successful-response). To access Key Vault, add the value of `access_token` to a client connection with the vault.

0 commit comments

Comments
 (0)