OpenID Connect not reading providers #1582

Closed
opened 2023-07-24 18:26:54 +00:00 by lukasruckenstuhl · 3 comments

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": [] } } ```
Owner

Any errors in the logs?

Any errors in the logs?

Working fine for us :)

Working fine for us :)
Owner

Closing due to inactivity. Please reply with more relevant information if you still have this problem.

Closing due to inactivity. Please reply with more relevant information if you still have this problem.
Sign in to join this conversation.
No Milestone
No Assignees
3 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/vikunja#1582
No description provided.