Skip to content
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

How to integrate this captcha in keycloak with quarkus? #8

Open
xundeenergie opened this issue Feb 14, 2024 · 2 comments
Open

How to integrate this captcha in keycloak with quarkus? #8

xundeenergie opened this issue Feb 14, 2024 · 2 comments

Comments

@xundeenergie
Copy link

Hi!

I tried to install this provider in my keycloak 23.0.4.
And i did not find the files register-user-profile.ftl and register.ftl because the theme-folder is empty...

It looks, that the quarkus-distribution does something other than the old wildfly one.

How can i modify my keycloak to get the captcha shown?

@p08dev
Copy link
Owner

p08dev commented Feb 21, 2024

I am currently not using Keycloak. Some kind people made pull requests with required changes for newer versions. So all I can do for you now is guess.

From a quick glance, maby all you need is to copy the required theme file? For example: https://github.com/keycloak/keycloak/blob/main/themes/src/main/resources/theme/base/login/register.ftl

Alternatively: https://www.baeldung.com/spring-keycloak-custom-themes

Tell me if this works! If not... then I will need to find some time to spin up Keycloak again :)

@xundeenergie
Copy link
Author

Thank you.
I took your project as starting-point and someone from mosparo helped me to solve this.
https://github.com/xundeenergie/keycloak-mosparo

I have to update the documentation.... it's still from you. Will do this in the next days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants