Developing server customization for keycloak 11.0.3

I would like to introduce new authentication (turnstile) using keycloak 11.0.3.

My understanding of current keycloak is this is done through the SPI (service provider interface).

Is there a way to access the documentation in the form of guides in 11.0.3?

I cloned and checked out 11.0.3. There I find docs directory with a number of .md files.

The .md files do not have enough instructions for customization of the server’s authentication.

Do your self a favour and don’t start any work from an very outdated(Nov 2020) and unsupported version (l am sure there are also security flaws inside: org.keycloak:keycloak-core 11.0.3 vulnerabilities | Snyk), instead base any new work on the current and supported version.

And if this is a production system, then an upgrade should really be sooner than later.

2 Likes