keycloak-scim/examples
2014-11-04 10:33:49 +01:00
..
admin-client KEYCLOAK-814 Admin Client Example 2014-11-04 10:33:42 +01:00
cordova Fix cordova example 2014-09-25 19:00:13 +02:00
cors Version bump 2014-11-04 09:01:06 +01:00
demo-template Version bump 2014-11-04 09:01:06 +01:00
js-console Version bump 2014-11-04 09:01:06 +01:00
multi-tenant Use relative urls for multi-tenant example 2014-11-04 10:33:49 +01:00
providers Version bump 2014-11-04 09:01:06 +01:00
saml config optiosn 2014-10-22 14:00:56 -04:00
themes KEYCLOAK-653 Add theme support to welcome-pages 2014-09-11 15:58:29 +02:00
pom.xml KEYCLOAK-814 Admin Client Example 2014-11-04 10:33:42 +01:00
README.md KEYCLOAK-779 2014-10-30 16:54:26 +01:00

Keycloak Examples

This directory contains a number of examples for Keycloak.

Demo

This is the our main example, which shows Login, Single-Sign On, Single-Sign Out and OAuth Token Grant. The demo comes in two flavours:

  • Preconfigured - Use this flavour to quickly deploy the demo to a local Keycloak server without having to configure anything other than importing the realm settings into Keycloak
  • Unconfigured - Use this flavour to manually configure and deploy the demo to either a local or external Keycloak server

For more information look at preconfigured-demo/README.md or unconfigured-demo/README.md. For the unconfigured-demo there's an accompanying screencast at http://keycloak.org/docs that walks you through the setup process.

Cordova

Example Cordova application. For more information look at cordova/README.md.

CORS

Example CORS application. For more information look at cors/README.md.

JS Console

Example JavaScript application that let's you experiment with the JavaScript adapter. For more information look at js-console/README.md.

Providers

Example providers for Event Listener SPI, Event Store SPI and User Federation SPI. For more information look at:

  • Event Listener that outputs event detalis to sysout - providers/event-listener-sysout/README.md
  • Event Store that stores events in memory - providers/event-store-mem/README.md
  • User Federation that loads users from a text file - providers/federation-provider/README.md

Themes

Example themes to change the look and feel of login forms, account management console and admin console. For more information look at themes/README.md.

Multi tenancy

A complete application, showing how to achieve multi tenancy of web applications by using one realm per account. For more information look at multi-tenant/README.md