mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-03-28 02:06:37 +00:00
774 B
774 B
id
| id |
|---|
| vikunja |
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
Vikunjaensure to map a config file to your container, see here - Add or set the following content to the
config.ymlfile:
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>