I'm having problems in using an OIDC provider in Incus

Hi! I am trying to use Authentik as an OIDC provider to authenticate to Incus and serve it through Incus UI. The Authentik server is running in a Docker container inside an Incus container, and the Incus itself is running inside another Incus container, nested. I have already set the OIDC configuration, and when I try to add the remote, it throws an error rejecting the protocol version. I generated the certificate myself, and it is version 1.3. Here are some prints:




This is a print from the authentik server web page.

When I try to log in to the Incus UI page, it just shows an empty, white screen:

Your issuer should not include the /.well-known/openid-configuration part of the URL.

The Incus client only supports TLS 1.3 and higher. It could be that your OIDC provider here only supports TLS 1.2?