Skip to content

Commit 6918c55

Browse files
committed
f
1 parent a539034 commit 6918c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pentesting-cloud/azure-security/az-basic-information/az-tokens-and-public-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ from typing import Any, Dict, List
107107

108108
# LOGIN VIA CODE FLOW AUTHENTICATION
109109
azure_cli_client = msal.PublicClientApplication(
110-
"04b07795-8ddb-461a-bbee-02f9e1bf7b46" # ID for Azure CLI client
110+
"00b41c95-dab0-4487-9791-b9d2c32c80f2" # ID for Office 365 Management
111111
)
112112
device_flow = azure_cli_client.initiate_device_flow(
113113
scopes=["https://graph.microsoft.com/.default"]

0 commit comments

Comments
 (0)