No description
Find a file
2019-03-12 08:23:01 +01:00
aggregation
api_documentation KEYCLOAK-9319 fixes in developer guide 2019-02-21 09:09:54 +01:00
authorization_services Fix a typo 2019-03-12 08:22:41 +01:00
getting_started KEYCLOAK-9319 fixes in developer guide 2019-02-21 09:09:54 +01:00
header-maven-plugin
internal_resources edited to incorporate suggestions from Tana 2018-08-14 11:22:29 +02:00
openshift KEYCLOAK-9319 fixes in developer guide 2019-02-21 09:09:54 +01:00
release_notes KEYCLOAK-9319 fixes in developer guide 2019-02-21 09:09:54 +01:00
securing_apps Update client-registration.adoc 2019-03-12 08:21:49 +01:00
server_admin Update gitlab.adoc 2019-03-12 08:23:01 +01:00
server_development Update migration.adoc 2019-02-21 09:09:54 +01:00
server_installation KEYCLOAK-9509 Upgrade to WildFly 15 2019-02-27 11:11:58 +01:00
tests KEYCLOAK-9385 Re-enable checking EAP links 2019-02-20 10:58:01 +01:00
topics/templates Set version to 6.0.0 2019-03-06 15:53:38 +01:00
upgrading KEYCLOAK-9509 Upgrade to WildFly 15 2019-02-27 11:11:58 +01:00
.gitattributes
.gitignore
.travis.yml
build-auto.sh
build-product.sh
get-version.sh Add get version script 2019-03-05 13:01:06 +01:00
License.html
pom.xml
README.md
set-version.sh Prepare for 4.7.0.Final 2018-11-14 20:16:43 +01:00
sync.sh Update sync script 2019-02-21 09:09:25 +01:00

Keycloak Documentation

Open Source Identity and Access Management for modern Applications and Services.

For more information about Keycloak visit the Keycloak homepage and Keycloak blog.

Contributing to Keycloak Documentation

See our Contributor's Guide. The directory also includes a set of templates and other resources to help you get started.

If you want to file a bug report or tell us about any other issue with this documentation, you are invited to please use our issue tracker.

Building Keycloak Documentation

Ensure that you have Maven installed.

First, clone the Keycloak Documentation repository:

git clone https://github.com/keycloak/keycloak-documentation.git
cd keycloak-documentation

To build Keycloak Documentation run:

mvn clean install

Or to build a specific guide run:

mvn clean install -f GUIDE_DIR

You can then view the documentation by opening GUIDE_DIR/target/frames.html or GUIDE_DIR/target/index.html.

Building RH-SSO Documentation

Keycloak is the basis of Red Hat Single Sign-On. The same documentation sources are used, but they are built slighty differently.

To build the documentation for RH-SSO run:

mvn clean install -Dproduct

Or to build a specific guide run:

mvn clean install -Dproduct -f GUIDE_DIR

You can then view the documentation by opening GUIDE_DIR/target/frames.html or GUIDE_DIR/target/index.html.

If you have ccutil installed you can build the guides with:

./build-product.sh

Or individual guides with:

./build-product.sh GUIDE_DIR

License