-
Notifications
You must be signed in to change notification settings - Fork 981
New issue
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
ThemeUiTab template not showing #603
Comments
run it with
|
Thx christian7dev, it works now. In order to avoid hours of unnecessary suffering, this should be added to the documentation: |
There is no mention of this new feature in the release note either : https://www.keycloak.org/docs/latest/release_notes/index.html |
can you edit the path after you save it ? |
I'm trying to understand the possibilities of the declarative interface, For now the documentation is quite limited, and we seem to be in the experimal side of things. I would like to implement a tab containing a button. When clicked, this button calls an API. This API would return a file that would be downloaded by the user. Is it possible currently? |
Describe the bug
Following this tutorial:
https://github.com/keycloak/keycloak-quickstarts/tree/latest/extension/extend-admin-console-spi
I've compiled extend-admin-ui.jar, downloaded keycloak 25.0.5, and placed the extension in the /provider directory.
The class is loading correcty (see the logs), but the tab is not showing.
Java version: 17
openjdk 17.0.10 2024-01-16
OpenJDK Runtime Environment Temurin-17.0.10+7 (build 17.0.10+7)
OpenJDK 64-Bit Server VM Temurin-17.0.10+7 (build 17.0.10+7, mixed mode, sharing)
Version
25.0.5
Expected behavior
No response
Actual behavior
Tab not showing, as described in:
https://github.com/keycloak/keycloak-quickstarts/blob/latest/extension/extend-admin-console-spi/README.md
How to Reproduce?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: