Hi all,
I'm trying to integrate Proxmox with our corporate Gluu Server using OpenID Connect for SSO authentication.
However, similar to this thread, I'm getting the
error.
domains.cfg
Looking at our Gluu Server access log, it looks like the discovery document was successfully retrieved.
I'm suspecting Proxmox is unable to read the OpenID Connect discovery document and trigger the Open ID Connect flow. Are there any logs for OpenID Connect or Authentication Realms such that I can troubleshoot further or if necessary raise this with Gluu for further troubleshooting?
Thank you!
I'm trying to integrate Proxmox with our corporate Gluu Server using OpenID Connect for SSO authentication.
However, similar to this thread, I'm getting the
Code:
OpenID redirect failed. Failed to parse server response (500)
domains.cfg
Code:
# cat /etc/pve/domains.cfg
pam: pam
comment Linux PAM standard authentication
default 1
pve: pve
comment Proxmox VE authentication server
openid: sso.azlabs.sg
comment SSO with Company IDP
client-id <client-id>
issuer-url https://sso.company.com
autocreate 1
client-key <client-secret>
Looking at our Gluu Server access log, it looks like the discovery document was successfully retrieved.
Code:
<ip> - - [31/Oct/2022:10:13:04 +0800] "GET /.well-known/openid-configuration HTTP/1.1" 200 5961 "-" "ureq/2.4.0"
I'm suspecting Proxmox is unable to read the OpenID Connect discovery document and trigger the Open ID Connect flow. Are there any logs for OpenID Connect or Authentication Realms such that I can troubleshoot further or if necessary raise this with Gluu for further troubleshooting?
Thank you!
Last edited: