Old documentation missing

Hello everyone,

I am using Keycloak version 15 for one of my projects, but I can no longer access the docs for it. It’s not even listed in the archive page, last we have is 18.

This link worked few days ago: https://www.keycloak.org/docs/15.1/securing_apps/index.html#_javascript_adapter

Am I missing something?

Looks like they have removed everything <18.

We are facing the same issue trying to access documentation for version 16 that used to be on https://www.keycloak.org/docs-api/16.0/rest-api/index.html
Can these older docs be found somewhere else?

Not the most reliable, but the Internet Archive usually has them
https://web.archive.org/web/20220412215700/https://www.keycloak.org/docs-api/16.0/rest-api/index.html

It’s also possible to generate documentation from old branches, but it would probably take some digging to figure out the right incantations.

1 Like

This is very frustrating to find the documentation gone, our installation is just a year and a half old.

Agreed, but this is a community forum, and the maintainers (who make decisions about what gets taken down) aren’t here. Best to post your frustration on GitHub.

You can build the documentation from the source. Just checkout the tag you are interested in.

For Keycloak <= 21.0.2: GitHub - keycloak/keycloak-documentation
For Keycloak > 21.0.2: keycloak/docs/documentation at main · keycloak/keycloak · GitHub

1 Like