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: src/main/java/com/esri/samples/portal/oauth/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,10 @@
6
6
7
7
<h2>How to use the sample</h2>
8
8
9
-
<p>Enter the details of the application registered in ArcGIS platform. Click on sign-in.
10
-
This will allow the ArcGIS platform to prompt a sign-in dialog. After the credentials are entered correctly, the sample
9
+
<p>This sample requires you to setup your own app on arcgis.com. See the <ahref="https://github.com/Esri/arcgis-runtime-samples-java/wiki/OAuth">wiki</a> for details.</p>
10
+
11
+
<p>Enter the details of the application registered on arcgis.com and click sign-in.
12
+
This will open a sign-in dialog. After the credentials are entered correctly, the sample
11
13
will receive an authorization code from the ArcGIS platform. This authorization code will then be used to obtain an
12
14
access token. This access token is used later to access user's profile.</p>
0 commit comments