website/docs: cleanup vikunja docs

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-06-26 18:29:17 +02:00
parent 20035e0f1b
commit 3a00a5ac3d

View file

@ -40,8 +40,7 @@ Only settings that have been modified from default have been listed.
- Redirect URIs/Origins: - Redirect URIs/Origins:
``` ```
https://vik.company/auth/openid https://vik.company/auth/openid/authentik
https://vik.company/auth/openid/Vikunja
``` ```
![](./vikunja1.png) ![](./vikunja1.png)
@ -66,17 +65,14 @@ auth:
# **Note 2:** The frontend expects to be redirected after authentication by the third party # **Note 2:** The frontend expects to be redirected after authentication by the third party
# to <frontend-url>/auth/openid/<auth key>. Please make sure to configure the redirect url with your third party # to <frontend-url>/auth/openid/<auth key>. Please make sure to configure the redirect url with your third party
# auth service accordingly if you're using the default Vikunja frontend. # auth service accordingly if you're using the default Vikunja frontend.
# Take a look at the [default config file](https://kolaente.dev/vikunja/api/src/branch/main/config.yml.sample) for more information about how to configure openid authentication. # Take a look at the [default config file](https://github.com/go-vikunja/api/blob/main/config.yml.sample) for more information about how to configure openid authentication.
openid: openid:
# Enable or disable OpenID Connect authentication # Enable or disable OpenID Connect authentication
enabled: true enabled: truefo
# The url to redirect clients to. Defaults to the configured frontend url. If you're using Vikunja with the official
# frontend, you don't need to change this value.
redirecturl: https://vik.company/auth/openid/
# A list of enabled providers # A list of enabled providers
providers: providers:
# The name of the provider as it will appear in the frontend. # The name of the provider as it will appear in the frontend.
- name: vikunja - name: authentik
# The auth url to send users to if they want to authenticate using OpenID Connect. # The auth url to send users to if they want to authenticate using OpenID Connect.
authurl: https://authentik.company/application/o/vikunja/ authurl: https://authentik.company/application/o/vikunja/
# The client ID used to authenticate Vikunja at the OpenID Connect provider. # The client ID used to authenticate Vikunja at the OpenID Connect provider.