OpenID Connect with Gluu Server

keewee

New Member
Oct 31, 2022
1
0
1
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
Code:
OpenID redirect failed. Failed to parse server response (500)
error.

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:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!