proxmox openID and authentik

jhmc93

Member
Feb 22, 2022
190
3
23
32
Hello, I get the following error when i tried to login with openid 1720463522388.png

i have attached my settings:
 

Attachments

  • Screenshot 2024-07-08 145152.png
    Screenshot 2024-07-08 145152.png
    66.5 KB · Views: 30
  • Screenshot 2024-07-08 145205.png
    Screenshot 2024-07-08 145205.png
    115.5 KB · Views: 30
  • Screenshot 2024-07-08 145711.png
    Screenshot 2024-07-08 145711.png
    30.8 KB · Views: 29
Hi,

I managed to fix this, inadvertantly by fixing another issue for Proxmox Backup Server. If Authentik is using a self signed certificate, or you're running a self signed CA, you need to add the CA cert to the known CA's on each PVE host.

place the CA cert here: /usr/local/share/ca-certificates/custom_ca.crt

// execute on command line

update-ca-certificates

In addition, you MIGHT get the error with redirection once you've got to authentik. Make sure you remove the trailing / from your URL's in the Redirect URI's section within Authentik/Providers.

1727445686070.png

1727445740759.png

I'm happy to share my config info via PM if you need a hand :)