@@ -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",
0 commit comments