You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @c3s4r ,
Using keycloak-connect-multirealm module, I'm able to get the realm name from the token passed in each request, but how do we get the realm-public-key for each realm? Since the realm-public-key is not configured it is resulting in ERROR: Grant validation failed. Reason: failed to load public key to verify token.
Any idea on how this could be achieved? Thanks in Advance!
The text was updated successfully, but these errors were encountered:
The key can be found in Realm Settings -> Keys -> Public key (see this Stackoverflow for more details). Set realm-public-key to this value. I've logged a ticket about this problem.
Hi @c3s4r ,
Using
keycloak-connect-multirealm
module, I'm able to get the realm name from the token passed in each request, but how do we get therealm-public-key
for each realm? Since therealm-public-key
is not configured it is resulting inERROR
:Grant validation failed. Reason: failed to load public key to verify token
.Any idea on how this could be achieved? Thanks in Advance!
The text was updated successfully, but these errors were encountered: