Files
pocket-id/docs/docs/client-examples/vikunja.md
Kyle Mendell c12bf2955b docs: add docusaurus docs (#118)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
2025-01-21 18:46:42 +01:00

774 B

id
id
vikunja

Vikunja

  1. In Pocket-ID create a new OIDC Client, name it i.e. Vikunja
  2. Set the callback url to: https://<your-vikunja-subdomain>.<your-domain>/auth/openid/pocketid
  3. In Vikunja ensure to map a config file to your container, see here
  4. Add or set the following content to the config.yml file:
auth:
  openid:
    enabled: true
    redirecturl: https://<your-vikunja-subdomain>.<your-domain>/auth/openid/pocketid
    providers:
      - name: Pocket-Id
        authurl: https://<your-pocket-id-subdomain>.<your-domain>
        clientid: <client id from the created OIDC client>
        clientsecret: <client secret from the created OIDC client>