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: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,14 @@ You can log into the [FusionAuth admin UI](http://localhost:9011/admin) and look
36
36
### Running the Android App
37
37
38
38
- Open this project's `complete-application` folder in [Android Studio](https://developer.android.com/studio).
39
+
- Expose FusionAuth to the internet, via a tool like ngrok.
40
+
- Update the tenant `Issuer` value to be the public FusionAuth URL.
41
+
- Create new JWT signing keys.
42
+
- Update the `discovery_uri` field in `complete-application/app/res/raw/auth_config.json` with the value of the public FusionAuth hostname.
39
43
- Either [connect a hardware device](https://developer.android.com/studio/run/device) or create an Android Virtual Device to run the [Android Emulator](https://developer.android.com/studio/run/emulator).
40
44
-[Build and run the app](https://developer.android.com/studio/run/) following Android Studio guidelines.
41
45
42
46
### Further Information
43
47
44
-
Visit https://fusionauth.io/docs/quickstarts/quickstart-android-java-native for a step-by-step guide on how to build this Android app from scratch.
48
+
Visit https://fusionauth.io/docs/quickstarts/quickstart-android-java-native for a step-by-step guide on how to build this Android app from scratch, including more details about the tenant and application settings.
0 commit comments