cloudtrust / keycloak-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keycloak root doesn't need to start from /auth

splatch opened this issue · comments

I have no intention to use a library, however I found that sources assume that keycloak root is always /auth. This can be changed to all paths starts from /ralms. Management pane in such case is also accessible from root via /admin path.

Thanks for the hint! In our current setup we do not have such customization thus it is reasonable for the time being to have it hard coded. But we could indeed make it customizable in the future.

If someone wants to use this library and needs to set a different base endpoint, he/she might feel free to submit a PR.