Vikunja
- In Pocket-ID create a new OIDC Client, name it i.e.
Vikunja
- Set the callback url to:
https://<your-vikunja-subdomain>.<your-domain>/auth/openid/pocketid
- In
Vikunja
ensure to map a config file to your container, see here - 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>