forked from Azure-Samples/ms-identity-docs-code-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Security Sprint] - Docutune Microsoft Entra and add fictitious GUIDs (…
…Azure-Samples#79) * Docutune Microsoft Entra and add fictitious GUIDs * id GUID changes * more GUID changes and iamge fixes * final image sweep
- Loading branch information
Showing
25 changed files
with
63 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,23 +28,23 @@ $ dotnet run | |
To sign in, use a web browser to open the page https://microsoft.com/devicelogin and enter the code XXXXXXXXX to authenticate. | ||
{ | ||
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users/$entity", | ||
"businessPhones": ["+1 (999) 5551001"], | ||
"businessPhones": ["+1 (000) 1112222"], | ||
"displayName": "Contoso Employee", | ||
"givenName": "Contoso", | ||
"jobTitle": "Worker", | ||
"mail": "[email protected]", | ||
"mobilePhone": "1 999-555-1001", | ||
"mobilePhone": "1 000-111-2222", | ||
"officeLocation": "Contoso Plaza/F30", | ||
"preferredLanguage": null, | ||
"surname": "Employee", | ||
"userPrincipalName": "[email protected]", | ||
"id": "e3a49d8b-d849-48eb-9947-37c1f9589812" | ||
"id": "00aa11bb-cc22-dd33-ee44-ff55ee66dd77" | ||
} | ||
``` | ||
|
||
## Prerequisites | ||
|
||
- Azure Active Directory (Azure AD) tenant and the permissions or role required for managing app registrations in the tenant. | ||
- Microsoft Entra tenant and the permissions or role required for managing app registrations in the tenant. | ||
- [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet/6.0) | ||
|
||
## Setup | ||
|
@@ -85,17 +85,17 @@ Follow the device code flow instructions that are presented. If everything worke | |
```json | ||
{ | ||
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users/$entity", | ||
"businessPhones": ["+1 (999) 5551001"], | ||
"businessPhones": ["+1 (000) 1112222"], | ||
"displayName": "Contoso Employee", | ||
"givenName": "Contoso", | ||
"jobTitle": "Worker", | ||
"mail": "[email protected]", | ||
"mobilePhone": "1 999-555-1001", | ||
"mobilePhone": "1 000-111-2222", | ||
"officeLocation": "Contoso Plaza/F30", | ||
"preferredLanguage": null, | ||
"surname": "Employee", | ||
"userPrincipalName": "[email protected]", | ||
"id": "e3a49d8b-d849-48eb-9947-37c1f9589812" | ||
"id": "00aa11bb-cc22-dd33-ee44-ff55ee66dd77" | ||
} | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.