My workplace has used CAS for web SSO for many, many years now. In they last couple years they added OIDC, but they added the discovery URL down a couple levels from the top:
If I use pretty much anything else I get a HTTP status code 404. Our authentication expert is on vacation for a week, so I thought I would check here first. Does anyone know if this is a mis-configuration on my end, or does Proxmox require the discovery to live at the root of the web server?
Thank you,
Omen
/cas/oidc/.well-known/openid-configuration
. I put https://cas.ucdavis.edu/cas/oidc
in for the issuer URL, but I get the error below:
Code:
OpenID redirect failed.
Validation error: unexpected issuer URI `https://cas.ucdavis.edu/` (expected `https://cas.ucdavis.edu/cas/oidc`) (500)
If I use pretty much anything else I get a HTTP status code 404. Our authentication expert is on vacation for a week, so I thought I would check here first. Does anyone know if this is a mis-configuration on my end, or does Proxmox require the discovery to live at the root of the web server?
Thank you,
Omen