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: microapps/FeatureFormsApp/README.md
+3-6
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,9 @@ for editing Feature attributes.
10
10
The application provides a web map gallery and a map viewer which invokes the form when Features are tapped.
11
11
Authentication is optional but limited to specific public web maps.
12
12
13
+
To login to your ArcGIS Online account, click the `Sign in with ArcGIS Online` button in the app. This will open the OAuth page in a new browser window where you can enter the account credentials.
14
+
Once you have signed in, you can access the web maps that are shared with your account.
13
15
14
-
To authenticate using OAuth, provide the Client ID value in `local.properties`. If an OAuth client id
15
-
is not provided, the app will prompt a username and password dialog.
16
-
17
-
```
18
-
clientId=YOUR_CLIENT_ID
19
-
```
16
+
If you'd rather use an ArcGIS Enterprise account, click the `Sign in with ArcGIS Enterprise` button in the app. This will open a dialog prompting for an Enterprise URL followed by another dialog to enter your credentials.
20
17
21
18
For more information on the `FeatureForm` component and how it works, see it's [Readme](../../toolkit/featureforms/README.md).
Copy file name to clipboardExpand all lines: microapps/FeatureFormsApp/app/src/main/java/com/arcgismaps/toolkit/featureformsapp/screens/login/LoginViewModel.kt
+3-2
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ class LoginViewModel @Inject constructor(
0 commit comments