Option to automatically attempt OpenID login if configured

Hi, do you mean it’s already implemented or it should be ?

My config looks like:

auth:
  local:
    enabled: false
  openid:
    enabled: true
    redirecturl: https://vikunja.redacted.com/auth/openid/
    providers:
      - name: openid
        authurl: https://auth.redacted.com/auth/realms/redacted
        clientid: redacted
        clientsecret: redacted

So openid is the only option to log in with. But login page still display and wait for user to click on “login with openid”.

PS: vikunja is dope <3