Wallos
Set up Pocket ID authentication for Wallos
Below URLs are used as placeholders for the Wallos and Pocket ID instances. Replace them with the actual URLs.
- wallos.example.com (The url of your Wallos instance.)
- pocketid.example.com (The url of your Pocket ID instance.)
Create OIDC Client in Pocket ID
- Create a new OIDC Client in Pocket ID (e.g.,
Wallos). - Set the Callback URL to the value below, or leave blank to autofill on first login.
- Optional: Download a PNG or SVG logo from the Wallos GitHub or somewhere else and upload it to Pocket ID.
- Ensure that PKCE is not on.
- Click save.
- Copy the Client ID, Client Secret, and Authorization URL, Token URL, and Userinfo URL for use in the next section.
Configure Wallos
- Open the Wallos admin interface (
/admin.php) and navigate to:OIDC Settings - Fill in the required fields with values from Pocket ID:
- Display Name of your choice (i.e.:
PocketID) - Client ID
- Client Secret
- Auth URL
- Token URL
- User info URL.
- Display Name of your choice (i.e.:
- Optional: Enable Create User automatically.
- Turn the OIDC toggle on
- Save the settings.
- Test the OAuth login to ensure it works.