Hello community, maybe some one can help me solve this issue.
I have a PVE server with configured openID realm
And configured new realm and client on the keycloak v21 side:
I create a user on the keycloak side in my realm. But when I tried to log in through this openid realm I got this error
By the way, when I tried to curl my openID url, I got this:
Any help would be very helpful, thank you in advance)
I have a PVE server with configured openID realm
Code:
~# cat /etc/pve/domains.cfg
pve: pve
comment Proxmox VE authentication server
pam: pam
comment Linux PAM standard authentication
openid: [redacted]
client-id [redacted]
issuer-url https://auth.[redacted]/auth/realms/[redacted]
client-key [redacted]
default 0
username-claim username
And configured new realm and client on the keycloak v21 side:
Code:
Client ID: [redacted]
Name: [redacted]
Description: empty
Enabled: ON
Always Display in Console: OFF
Consent Required: ON
Display Client On Consent Screen: OFF
Client Protocol: openid-connect
Access Type: confidential
Standard Flow Enabled: ON
Implicit Flow Enabled: ON
Direct Access Grants Enabled: ON
Service Accounts Enabled: OFF
OAuth 2.0 Device Authorization Grant Enabled: OFF
Authorization Enabled: OFF
Root URL: empty
Valid Redirect URIs: https://[redacted]
Base URL: empty
Admin URL: empty
Web Origins: empty
Backchannel Logout URL: empty
Backchannel Logout Session Required: OFF
Backchannel Logout Revoke Offline Sessions: OFF
I create a user on the keycloak side in my realm. But when I tried to log in through this openid realm I got this error
OpenID redirect failed.
Request failed (500)
By the way, when I tried to curl my openID url, I got this:
~# curl https://auth.[redacted]/auth/realms/[redacted]
{"error":"RESTEASY003210: Could not find resource for full path: https://auth.[redacted]/auth/realms/[redacted]"}
Any help would be very helpful, thank you in advance)