We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keycloak provides some internal services like the account console that would be accessible via
/realms/{realm}/account
Currently there is no easy way to generate such a URL. One must access the base config of the provider or the env values directly.
I would suggest either adding a simple account console helper or making getBaseUrl public so every consumer can generate the URL by itself.
The text was updated successfully, but these errors were encountered:
Can you link to the docs please?
Sorry, something went wrong.
https://www.keycloak.org/docs/latest/server_admin/#_account-service
No branches or pull requests
Keycloak provides some internal services like the account console that would be accessible via
/realms/{realm}/account
Currently there is no easy way to generate such a URL. One must access the base config of the provider or the env values directly.
I would suggest either adding a simple account console helper or making getBaseUrl public so every consumer can generate the URL by itself.
The text was updated successfully, but these errors were encountered: