AirTrail
Configure AirTrail with Pocket ID authentication
Create OIDC Client in Pocket ID
- Create a new OIDC Client in Pocket ID (e.g.,
AirTrail). - Set the Callback URL to
https://<airtrail-url>/login, or leave blank to autofill on first login. - Copy the Client ID, Client Secret, and OIDC Discovery URL.
- (Optional) Find and upload a logo from Self-Hosted Dashboard Icons
Configure AirTrail through the UI
- Open AirTrail and navigate to:
Settings > OAuth - Toggle Enable OAuth.
- Fill in the required fields:
- Issuer URL: Paste the
OIDC Discovery URLfrom Pocket ID. - Client ID: Paste the
Client IDfrom Pocket ID. - Client Secret: Paste the
Client Secretfrom Pocket ID.
- Issuer URL: Paste the
- Save the settings.
- Test the OAuth login to ensure it works.
Configure AirTrail with an .env file
Check out AirTrail's documentation for more details.
Example with .env: