I setup Keycloak server and everything run fine in server machine,But when i tried to integrate Keycloak with local machine(localhost) i am getting
We're sorry ... Client not found.
Even i check my local machine ip address and added in Keycloak->Clients->Settings->Valid Redirect URIs
even then i am getting same exception.
The error message indicates that the client ID and the realm of your client application don't match the configured clients on the Keycloak server.
Please check the exact (case-sensitive) spelling. Client ID (in Keycloak -> Clients -> Settings) need to match resource on your client and the Name (in Realm Settings -> General) needs to match realm on your client.
You can also go the Client -> Installation -> Format JSON and look at the JSON configuration. I reduced it to the two relevant entries.
{
"realm": "...",
"resource": "...",
...
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With