I’m at my wits end wit this, so plerhaps someone here has faced a similar issue?
I was going through the SAML quickstart - configured my keycloak as per quickstart prerequisites, installed a new instance of wildfly, installed saml adapter, deployed the quickstart jee app. It starts and shows its index.jsp, when i try to log in into the app i’m successfully redirected to my keycloak but is produces this error:
[2022-02-14 13:25:37,198] [INFO] [thread=default task-2] [caller=com.netcracker.cloud.keycloak.provider.AuditLogEventListenerProvider] [requestId=1644834337192.0.5131017306597371] Got Event
type=LOGIN_ERROR
realmId=<realmId>
clientId=null
userId=null
ipAddress=127.0.0.1
error=client_not_found
details:
reason=Cannot_match_source_hash
[2022-02-14 13:25:37,202] [WARN] [thread=default task-2] [caller=org.keycloak.events] [requestId=1644834337192.0.5131017306597371] type=LOGIN_ERROR, realmId=<realmId>, clientId=null, userId=null, ipAddress=127.0.0.1, error=client_not_found, reason=Cannot_match_source_hash
Initially i thought it was about they keys, but i’m exporting the client with private key and cert directly from keycloak.