Skip to content

Commit 9cdc342

Browse files
committed
added link to oauth wiki in readme
1 parent 981e4d6 commit 9cdc342

File tree

1 file changed

+5
-15
lines changed
  • src/main/java/com/esri/samples/map/create_and_save_map

1 file changed

+5
-15
lines changed

src/main/java/com/esri/samples/map/create_and_save_map/README.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@
66

77
<h2>How to use the sample</h2>
88

9-
Fill in your portal and registered app credentials of the starting dialog to authenticate. Then choose
9+
<p>This sample requires you to setup your own app on arcgis.com. See the <a href="https://github.com/Esri/arcgis-runtime-samples-java/wiki/OAuth">wiki</a> for details.</p>
10+
11+
<p>Fill in your portal and registered app credentials in the starting dialog to authenticate. Then, choose
1012
the basemap and layers for your new map. To save the map, choose a title, tags and description (optional), and a folder
11-
on your portal. Click the Save button to save the map to the chosen folder.
13+
on your portal (you will need to create one in your portal's My Content). Click the Save button to save the map to the
14+
chosen folder.</p>
1215

1316
<h2>How it works</h2>
1417

@@ -23,19 +26,6 @@ on your portal. Click the Save button to save the map to the chosen folder.
2326
description, and portal folder</li>
2427
</ol>
2528

26-
<h2>Authentication</h2>
27-
This sample uses the <a href="https://developers.arcgis.com/authentication/#named-user-login">named user login</a>
28-
authentication pattern. As a developer, you will need the following to make use of this pattern:
29-
30-
<h3>Your apps <b>Client ID</b></h3>
31-
Login to your <a href="http://developers.arcgis.com">ArcGIS Developers site</a> account and <a href="https://developers.arcgis.com/applications/#/new/">Register</a>
32-
your app. Once registered, select the <b>Authentication</b> tab taking note of your <b>Client ID</b>.
33-
34-
<h3>A custom <b>Redirect URI</b></h3>
35-
36-
While still under the <b>Authentication</b> tab in your account, navigate down the page to the <b>Redirect URIs</b>
37-
section to setup the redirect URI.
38-
3929
<h2>Features</h2>
4030

4131
<ul>

0 commit comments

Comments
 (0)