Integrate with Wallos
Support level: Community
What is Wallos?
Wallos is a self-hosted subscription and budget planning application.
Preparation
The following placeholders are used in this guide:
wallos.companyis the FQDN of the Wallos installation.authentik.companyis the FQDN of the authentik installation.
This documentation lists only the settings that you need to change from their default values. Be aware that any changes other than those explicitly mentioned in this guide could cause issues accessing your application.
authentik configuration
In authentik versions earlier than 2026.5, all Redirect URIs are automatically treated as Authorization type. If you are using one of these older authentik versions, add only the Authorization URL to your Redirect URIs and do not configure a Post Logout URI.
To support the integration of Wallos with authentik, you need to create an application/provider pair in authentik.
If existing Wallos users should be linked by email address, Wallos requires the email_verified claim to be True. Refer to Email scope verification for instructions on how to create a custom email scope mapping that returns the required claim.
Create an application and provider in authentik
-
Log in to authentik as an administrator and open the authentik Admin interface.
-
Navigate to Applications > Applications and click New Application to create an application and provider pair in authentik. (Alternatively you can first create a provider separately, then create the application and connect it with the provider.)
- Application: provide a descriptive name, an optional group for the type of application, the policy engine mode, and optional UI settings.
- Choose a Provider type: select OAuth2/OpenID Connect as the provider type.
- Configure the Provider: provide a name (or accept the auto-provided name), the authorization flow to use for this provider, and the following required configurations.
- Note the Client ID and Client Secret values because they will be required later.
- Add a Redirect URI of type
StrictAuthorizationashttps://wallos.company/index.php. - Select any available signing key.
- If you created a custom email scope mapping, add it under Advanced protocol settings > Selected Scopes and remove
authentik default OAuth Mapping: OpenID 'email'.
- Configure Bindings (optional): you can create a binding (policy, group, or user) to manage the listing and access to applications on a user's Application Dashboard page.
-
Click Submit to save the new application and provider.
Wallos configuration
To support the integration of authentik with Wallos, you need to enable and configure OIDC authentication in Wallos.
- Log in to your Wallos installation as an administrator and open the Admin Panel.
- Scroll to the OIDC settings section and enable OIDC/OAuth.
- Configure the following settings:
- Provider Name:
authentik - Client ID: enter the Client ID from authentik.
- Client Secret: enter the Client Secret from authentik.
- Auth URL:
https://authentik.company/application/o/authorize/ - Token URL:
https://authentik.company/application/o/token/ - User Info URL:
https://authentik.company/application/o/userinfo/ - Redirect URL:
https://wallos.company/index.php - User Identifier Field:
sub - Scopes:
openid email profile
- Provider Name:
Wallos can create users automatically when they sign in with OIDC. If you want Wallos to create accounts for users who do not already exist, enable Create User Automatically.
- Click Save.
Configuration verification
To verify that authentik is integrated correctly with Wallos, log out and then click Log in with authentik on the Wallos sign-in page. You should be redirected to authentik, and after successful authentication, returned to Wallos.