I am trying to set up redirect_uri for keycloak(v 18.0.0) redirection after login success and encountering this error when I try to sign in. Any leads on how to set up redirection uri would be appreciated. Thanks!
I am trying to set up redirect_uri for keycloak(v 18.0.0) redirection after login success and encountering this error when I try to sign in. Any leads on how to set up redirection uri would be appreciated. Thanks!
Since you have not given any details, I am assuming that you have some web application running at say http://localhost:8080/my-app
Now, Login to the Keycloak Admin dashboard -> Click on Clients -> select client -> In Valid Redirect URI's, add http://localhost:8080/my-app/*