- My goal is to setup authentication with Microsoft Entra ID for my organization.
- I am following the instructions on this older forum post https://forum.proxmox.com/threads/p...id-redirect-failed-request-failed-500.108977/
- I am also referencing the documentation page https://pve.proxmox.com/wiki/User_Management under Authentication Realms - OpenID Connect
- However when I logout and attempt to login with the Realm it does not redirect to microsft login and it just gives me the error:
-
Code:
OpenID redirect failed. Request failed (500)
-
- here is my configuration
- When I manually access the url with "/.well-known/openid-configuration" at the end I get json data but it looks pretty normal.
- I don't see any errors at least and it lists information.
- Is there a way to debug this issue? Has something changed about the process that is not listed in that older forum post?