keycloak-scim/examples
2015-03-17 10:55:06 +01:00
..
admin-client Version bump 2015-01-12 10:35:50 +01:00
basic-auth [KEYCLOAK-883] - Initial changes. 2015-01-13 00:58:19 -02:00
broker Fix broker packaging and facebook example 2015-03-17 10:55:06 +01:00
cordova KEYCLOAK-967 Username is displayed as undefined in Cordova example 2015-01-16 13:22:12 +01:00
cors KEYCLOAK-974 ServerVersionResource doesn't handle cors requests 2015-01-16 12:57:08 +01:00
demo-template Change adapters to use auth and token endpoints 2015-03-16 09:23:12 +01:00
fuse KEYCLOAK-1043 Fix fuse packaging due to bouncycastle update. Improve camel example 2015-03-13 10:57:44 +01:00
js-console KEYCLOAK-964 JS Console has two tabs for Show ID Token 2015-01-16 11:27:33 +01:00
kerberos Minor fixes in kerberos example 2015-03-10 12:44:41 +01:00
multi-tenant fix other claims in IDToken 2015-03-04 20:27:06 -05:00
providers Fixed Event Viewer pagination, date filter and added testcases. 2015-03-09 11:47:08 +01:00
saml fix SAML examples 2015-03-04 10:38:06 -05:00
themes KEYCLOAK-653 Add theme support to welcome-pages 2014-09-11 15:58:29 +02:00
pom.xml KEYCLOAK-1066 Kerberos credential delegation support 2015-03-06 12:59:29 +01:00
README.md Fix SAML examples. Fix links in README files for SAML examples 2015-01-20 11:58:38 +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.

Admin Client

Example using the Admin Client. For more information look at admin-client/README.md.

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

Basic authentication

Example REST application configured to support both basic authentication with username/password as well as authentication with bearer token. For more information look at basic-auth/README.md

Fuse

This is set of demo applications, showing how to secure your own web applications running inside OSGI environment in JBoss Fuse or Apache Karaf. Fore more information look at fuse/README.md

SAML

This is set of demo applications, showing how to secure your own SAML web applications. Fore more information look at saml/README.md