-
-
Notifications
You must be signed in to change notification settings - Fork 47
Authentication
Daniel Quah edited this page Jan 15, 2020
·
8 revisions
See this page if you are using a self signed cert.
- Login to your Firefly instance
- Click on
Options
, thenprofile
- Scroll down to
OAuth Clients
section and click onCreate New Client
- Use any name and ensure you are using
http://empty
as your redirect URL.
- Click
Save Changes
- Copy the client secret that you have just created
- Paste it into the mobile app login screen under
secret
field
Click sign in and you will be bought to your Firefly III instance. Complete the sign in process.
For Chromium based browsers, you will be redirected back to the app once authentication is successful.
For Firefox and it's derivatives(Fennec / Firefox focus), there is an extra step. Once authentication is completed, you will be shown a Server not found
error message. Click on refresh and then click on the Android icon in the address bar, you will be redirected back to the app.
For FOSS Browser, the steps are somewhat similar to Firefox.
- Click on the notification that pops up
- You will be shown a
ERR_NAME_NOT_RESOLVED
error message. Click on the overflow menu button
- Click on share button and
Open link with ...
- Scroll down to
Personal Access Tokens
(belowOAuth Clients
) - Give it any name, it does not matter.
- Click on
create
- Copy the content of the text box
- Paste it into the app