Skip to content

Commit 9de0a32

Browse files
authored
[Security Sprint] - Scrubbing sensitive GUIDs from repo (#131)
* angular-spa rebranding * GUID replacement
1 parent e6957bd commit 9de0a32

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

msal-client-credentials-flow/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ This Node.js web API issues a call to a protected web API (Microsoft Graph) by u
2626
$ curl http://localhost:8080/api/application
2727
{
2828
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#applications/$entity",
29-
"id": "003c4673-d4a0-4eb6-8979-d6269e08b87e",
29+
"id": "00aa00aa-bb11-cc22-dd33-44ee44ee44ee",
3030
"deletedDateTime": null,
31-
"appId": "c085fc22-2484-41c0-b795-2e940f51df64",
31+
"appId": "00001111-aaaa-2222-bbbb-3333cccc4444",
3232
"applicationTemplateId": null,
3333
"disabledByMicrosoftStatus": null,
3434
"createdDateTime": "2021-12-17T16:45:43Z",
@@ -112,9 +112,9 @@ If everything worked, you should receive a response from the downstream web API
112112
$ curl http://localhost:8080/api/application
113113
{
114114
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#applications/$entity",
115-
"id": "003c4673-d4a0-4eb6-8979-d6269e08b87e",
115+
"id": "00aa00aa-bb11-cc22-dd33-44ee44ee44ee",
116116
"deletedDateTime": null,
117-
"appId": "c085fc22-2484-41c0-b795-2e940f51df64",
117+
"appId": "00001111-aaaa-2222-bbbb-3333cccc4444",
118118
"applicationTemplateId": null,
119119
"disabledByMicrosoftStatus": null,
120120
"createdDateTime": "2021-12-17T16:45:43Z",

protected-api-access-protected-api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ curl http://localhost:8080/me -H "Authorization: Bearer {valid-access-token}"
3737
"preferredLanguage": null,
3838
"surname": "Employee",
3939
"userPrincipalName": "contoso_employee@contoso.com",
40-
"id": "e3a49d8b-d849-48eb-9947-37c1f9589812"
40+
"id": "00aa00aa-bb11-cc22-dd33-44ee44ee44ee"
4141
}
4242

4343
```
@@ -115,7 +115,7 @@ $ curl http://localhost:8080/me -H "Authorization: Bearer {VALID-ACCESS-TOKEN}"
115115
"preferredLanguage": null,
116116
"surname": "Employee",
117117
"userPrincipalName": "contoso_employee@contoso.com",
118-
"id": "e3a49d8b-d849-48eb-9947-37c1f9589812"
118+
"id": "00aa00aa-bb11-cc22-dd33-44ee44ee44ee"
119119
}
120120
```
121121

0 commit comments

Comments
 (0)