No description
Find a file
Javier Pena dcd2deb229 Parent theme styles
Current keycloak theme.properties:
styles=node_modules/patternfly/dist/css/patternfly.css node_modules/patternfly/dist/css/patternfly-additions.css lib/zocial/zocial.css css/login.css
2018-11-27 11:21:16 -06:00
aggregation
api_documentation
authorization_services [KEYCLOAK-8353] - Entitlement API class does not exist any more 2018-11-01 13:04:23 -03:00
getting_started Add missing "to" 2018-10-18 08:41:42 -05:00
header-maven-plugin
internal_resources
openshift
release_notes Add release notes for 4.6 2018-11-01 09:23:46 +01:00
securing_apps JS adapter promises have changed 2018-11-19 08:40:16 -06:00
server_admin KEYCLOAK-8482 Access token should never contain azp as an audience 2018-11-16 06:55:13 -06:00
server_development Parent theme styles 2018-11-27 11:21:16 -06:00
server_installation KEYCLOAK-8300 Wildfly 14 upgrade 2018-10-17 20:12:15 +02:00
tests Fix tests 2018-11-23 15:59:34 +01:00
topics/templates Update document-attributes-product.adoc 2018-11-19 19:01:05 +01:00
upgrading KEYCLOAK-8484 Audience changes due removing client scope template 2018-10-31 11:11:22 +01:00
.gitattributes
.gitignore
.travis.yml
build-auto.sh
build-product.sh Mark tech preview features 2017-12-21 15:56:01 +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

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