I have the following realm in my cluster
Linked to the main realm in Keycloak. I tried doing what another post said and set my ID token and Access token signature algorithms to RS256 from the default, but that doesn't seem to have worked.
Where is a log file that I could look at to begin to debug this login failure?
Code:
openid: master
client-id proxmox
issuer-url https://example.com/realms/master
autocreate 1
client-key redacted
default 0
scopes email profile
username-claim preferred_username
Linked to the main realm in Keycloak. I tried doing what another post said and set my ID token and Access token signature algorithms to RS256 from the default, but that doesn't seem to have worked.
Where is a log file that I could look at to begin to debug this login failure?