go-vikunja / vikunja

Mirror of vikunja from https://code.vikunja.io/api
GNU Affero General Public License v3.0
758 stars 55 forks source link

Vikunja not requesting OIDC scope "vikunja_scope" even though it is specified in config #273

Closed requ1Re closed 2 weeks ago

requ1Re commented 3 weeks ago

Description

I am using OIDC SSO using authentik. I want to use the automatic team creation/syncing, but it does not seem to work.

I configured it in authentik and Vikunja as described in the docs, but when I sign in, the application does not request the vikunja_scope scope, even though it is specified in the config.yml.

Vikunja Version

v0.23.0

Browser and version

No response

Can you reproduce the bug on the Vikunja demo site?

No

Screenshots

config.yml: image

What Vikunja requested: image

kolaente commented 2 weeks ago

As stated in the docs you linked, the feature is only available from Vikunja 0.24.0, which has not been released yet. You can check it out by using an unstable build.

requ1Re commented 2 weeks ago

Sorry, it seems that I am indeed blind :)