Keycloak returns 'Invalid parameter: redirect_uri'
See original GitHub issueDescribe the bug
Hi. As usual, when i want to login to the app, i go to this URL:
Base url: http://mywebsite.com/auth/admin/master/console/
And i login without any problem. This is my security-admin-console settings belons master realm:
Then, I created a different realm and a user belong to this realm. Base url: http://mywebsite.com/auth/admin/test/console/
I have no problem when I try to login from this link until i change theme to keycloak.v2.
It says: ‘Invalid parameter: redirect_uri’
And redirect to this URL:
This is my security-admin-console settings belongs test realm:
Any help would be greatly appreciated.
Version
15.0.2
Expected behavior
Should be able to login to different realm without any issues
Actual behavior
No response
How to Reproduce?
No response
Anything else?
I don’t have a problem working in localhost. I add ’ ?realm=“test” parameter to url, and it works. There is a code like this in environment.ts :
const realm =
new URLSearchParams(window.location.search).get("realm") ?? "master";
Issue Analytics
- State:
- Created a year ago
- Comments:11 (9 by maintainers)
Top GitHub Comments
Oh my bad, I went by the screenshots included in this issue which are from the old console. Re-opening.
This repository is for the development of the new Admin Console. If you are having issues with another component please report your issue on the main repository.