We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0302dee commit 11b3113Copy full SHA for 11b3113
OAuth.md
@@ -0,0 +1,13 @@
1
+Some samples require you to configure your own portal for authentication. This page describes the OAuth pattern.
2
+
3
+### Register an App
4
+Login to your [ArcGIS Developers site](http://developers.arcgis.com) account and [register](https://developers.arcgis.com/applications/#/new/) an app.
5
6
+### Portal URL
7
+For an app registered and hosted on ArcGIS.com, use `http://www.arcgis.com/` as the portal URL.
8
9
+### Client ID
10
+Once registered, select the Authentication tab to get your **Client ID**.
11
12
+### Redirect URL
13
+In the Authentication tab, go to the Redirect URIs section and add `urn:ietf:wg:oauth:2.0:oob`.
0 commit comments