fmartinou / whats-up-docker

What's up Docker ( aka WUD ) gets you notified when a new version of your Docker Container is available.
https://fmartinou.github.io/whats-up-docker
MIT License
939 stars 29 forks source link

OIDC authentication error using Authentik #332

Open aheath70 opened 8 months ago

aheath70 commented 8 months ago

I have OIDC set up, and it is working with the authentik default certificate, but when I try to use my valid LE certificate, I get an error

unexpected JWT alg received, expected RS256, got: ES256

I switch it back to use the authentik self-signed certificate it works. Switch it back to my certificate, and it fails to login with the above error again.