Skip to content

Commit 11b3113

Browse files
authored
Create OAuth.md
1 parent 0302dee commit 11b3113

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

OAuth.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)