You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/planetary-computer/create-connection-arc-gis-pro.md
+16-12Lines changed: 16 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,9 @@ By the end of this guide, you'll be able to securely browse and access Microsoft
27
27
> [!TIP]
28
28
> Before you begin, review [Register an application in Microsoft Entra ID](/entra/identity-platform/quickstart-register-app) for background information on app registration.
29
29
30
+
# [Public](#tab/public)
30
31
## Register web API application for ArcGIS Pro
31
-
### [Public](#tab/public)
32
+
32
33
1. Open the Azure Portal and go to **Microsoft Entra ID**.
33
34
34
35
[](media/microsoft-entra-id.png#lightbox)
@@ -104,7 +105,8 @@ By the end of this guide, you'll be able to securely browse and access Microsoft
104
105
105
106
[](media/add-a-client-app.png#lightbox)
106
107
107
-
### [US Gov](#tab/usgov)
108
+
# [US Gov](#tab/usgov)
109
+
## Register web API application for ArcGIS Pro
108
110
1. Open the Azure Portal and go to **Microsoft Entra ID**.
109
111
110
112
[](media/microsoft-entra-id.png#lightbox)
@@ -140,11 +142,11 @@ By the end of this guide, you'll be able to securely browse and access Microsoft
140
142
141
143
1. Set **Custom Redirect URI**: arcgis-pro://auth.
[](media/government-mobile-first-redirect.png#lightbox)
144
146
145
147
1. In the new **Mobile and desktop applications** panel, select *Add URI* to add a second Redirect URI: https://login.microsoftonline.us/common/oauth2/nativeclient
[](media/government-mobile-second-redirect..png#lightbox)
148
150
149
151
1. Enable **ID tokens** under **Implicit grant and hybrid flows**.
150
152
@@ -168,7 +170,7 @@ By the end of this guide, you'll be able to securely browse and access Microsoft
168
170
169
171
- Add **App ID URI**.
170
172
171
-
[](media/add-app-id-uri.png#lightbox)
173
+
[](media/add-app-id-uri.png#lightbox)
172
174
173
175
1. Define scopes:
174
176
@@ -183,8 +185,8 @@ By the end of this guide, you'll be able to securely browse and access Microsoft
183
185
184
186
[](media/add-a-client-app.png#lightbox)
185
187
188
+
# [Public](#tab/public)
186
189
## Register desktop client application for ArcGIS Pro
187
-
### [Public](#tab/public)
188
190
189
191
Register a second application (with a distinct name) to represent ArcGIS
190
192
Pro Desktop and configure its API permissions --- ensuring it includes
@@ -242,7 +244,8 @@ access to the web API exposed by the first application.
242
244
243
245
[](media/grant-admin-consents-4.png#lightbox)
244
246
245
-
### [US Gov](#tab/usgov)
247
+
# [US Gov](#tab/usgov)
248
+
## Register desktop client application for ArcGIS Pro
246
249
247
250
Register a second application (with a distinct name) to represent ArcGIS
248
251
Pro Desktop and configure its API permissions --- ensuring it includes
@@ -305,8 +308,8 @@ access to the web API exposed by the first application.
305
308
306
309
This section outlines how to configure authentication and data access in the **ArcGIS Pro desktop application**, using OAuth 2.0 integration with **Microsoft Entra ID** and access to the **Microsoft Planetary Computer Pro GeoCatalog**. It includes steps to add an authentication connection and create storage and STAC data connections.
307
310
311
+
# [Public](#tab/public)
308
312
## Add an authentication connection
309
-
### [Public](#tab/public)
310
313
311
314
1. Open the **ArcGIS Pro settings** page in one of the following ways:
312
315
@@ -348,7 +351,8 @@ This section outlines how to configure authentication and data access in the **A
348
351
> [!TIP]
349
352
> For more information, see the official ArcGIS Pro documentation [Connect to authentication providers from ArcGIS Pro](https://pro.arcgis.com/en/pro-app/latest/get-started/connect-to-authentication-providers-from-arcgis-pro.htm).
350
353
351
-
### [US Gov](#tab/usgov)
354
+
# [US Gov](#tab/usgov)
355
+
## Add an authentication connection
352
356
353
357
1. Open the **ArcGIS Pro settings** page in one of the following ways:
354
358
@@ -400,7 +404,7 @@ This section outlines how to configure authentication and data access in the **A
400
404
401
405
1. Select on the GeoCatalog. For example, **arcgisprogeocatalog**.
402
406
403
-
1. Record the **GeoCatalog URI**. For example, **https://arcgisprogeocatalog.<unique-identity>.<cloud-region>.geocatalog.spatio.azure.com**.
407
+
1. Record the **GeoCatalog URI**. For example, ```https://arcgisprogeocatalog.<unique-identity>.<cloud-region>.geocatalog.spatio.azure.com```.
404
408
405
409
[](media/get-geocatalog-uri.png#lightbox)
406
410
@@ -448,9 +452,9 @@ This section outlines how to configure authentication and data access in the **A
448
452
449
453
1. For **Authentication**, selectthe name of the auth profile that you created in previous steps.
450
454
451
-
1. For **Access Key ID (Account Name)**, use the **Account Name** value that you recorded earlier: <unique-storage>.
455
+
1. For **Access Key ID (Account Name)**, use the **Account Name** value that you recorded earlier: ```<unique-storage>```.
452
456
453
-
1. For **Bucket (Container) Name** use the **Container Name** value that you recorded earlier: sentinel-2-l2a-tutorial-1000-<unique-id>.
457
+
1. For **Bucket (Container) Name** use the **Container Name** value that you recorded earlier: ```sentinel-2-l2a-tutorial-1000-<unique-id>```.
0 commit comments