Skip to content

Commit 54bf622

Browse files
committed
replace example guids to be obviously fake
1 parent cdbc550 commit 54bf622

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

articles/planetary-computer/configure-cross-tenant-application.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ In this quickstart, you create and configure a multi-tenant Azure application th
2929
This quickstart uses sample scripts from the Microsoft Planetary Computer Pro partner application repository. Clone or download the repository to your local machine:
3030

3131
```bash
32-
git clone https://github.com/Azure-Samples/planetary-computer-partner-apps.git
33-
cd planetary-computer-partner-apps
32+
git clone https://github.com/Azure/microsoft-planetary-computer-pro.git
33+
cd tools/partner-app-integration
3434
```
3535

3636
The repository contains three directories:
@@ -137,7 +137,7 @@ Provide customers with:
137137
138138
| Information | Description | Example |
139139
| ------------- | ------------- | --------- |
140-
| Application (client) ID | Unique identifier for your application | `f914857f-af79-4a22-8a37-85e772c01b7f` |
140+
| Application (client) ID | Unique identifier for your application | `abcd1234-ef56-7890-abcd-1234567890ab` |
141141
| Admin consent URL | URL for granting admin consent | See below |
142142
143143
### Generate the admin consent URL
@@ -161,8 +161,8 @@ The `customer_onboarding.json` file generated by the setup script contains:
161161
```json
162162
{
163163
"provider_app_name": "my-geospatial-provider-app",
164-
"application_id": "f914857f-af79-4a22-8a37-85e772c01b7f",
165-
"admin_consent_url_template": "https://login.microsoftonline.com/{customer-tenant-id}/adminconsent?client_id=f914857f-af79-4a22-8a37-85e772c01b7f&redirect_uri=https://localhost:8080/callback",
164+
"application_id": "abcd1234-ef56-7890-abcd-1234567890ab",
165+
"admin_consent_url_template": "https://login.microsoftonline.com/{customer-tenant-id}/adminconsent?client_id=abcd1234-ef56-7890-abcd-1234567890ab&redirect_uri=https://localhost:8080/callback",
166166
"instructions": {
167167
"step_1": "Customer admin navigates to admin consent URL",
168168
"step_2": "Admin grants consent for requested permissions",

0 commit comments

Comments
 (0)