OpenID Connect not reading providers #1582

Open
opened 2023-07-24 18:26:54 +00:00 by lukasruckenstuhl · 1 comment

Hello,
I was trying to configure Vikunja with an OpenID Provider. When using this config it, however, will never parse the Providers.

auth:
  local:
    enabled: false
  openid:
    enabled: true
    redirecturl: https://<domain>
    providers:
      - name: Auth0
        authurl: https://<auth-url>
        clientid: <client-id>
        clientsecret: <client-secret>

It always leaves me with this:


{
	"openid_connect": {
		"enabled": true,
		"redirect_url": "https://<redirect-url>",
		"providers": []
	}
}
Hello, I was trying to configure Vikunja with an OpenID Provider. When using this config it, however, will never parse the Providers. ``` auth: local: enabled: false openid: enabled: true redirecturl: https://<domain> providers: - name: Auth0 authurl: https://<auth-url> clientid: <client-id> clientsecret: <client-secret> ``` It always leaves me with this: ``` { "openid_connect": { "enabled": true, "redirect_url": "https://<redirect-url>", "providers": [] } } ```

Any errors in the logs?

Any errors in the logs?
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/api#1582
There is no content yet.