keycloak-scim/examples
2022-05-02 09:55:52 +02:00
..
admin-client Set version to 999-SNAPSHOT (#10784) 2022-03-22 09:22:48 +01:00
broker Set version to 999-SNAPSHOT (#10784) 2022-03-22 09:22:48 +01:00
cordova KEYCLOAK-15113: Move away from deprecated Promise.success()/error() 2020-09-01 14:26:44 -04:00
cordova-native KEYCLOAK-15113: Move away from deprecated Promise.success()/error() 2020-09-01 14:26:44 -04:00
cors Set version to 999-SNAPSHOT (#10784) 2022-03-22 09:22:48 +01:00
js-console Set version to 999-SNAPSHOT (#10784) 2022-03-22 09:22:48 +01:00
kerberos OIDC RP-Initiated logout endpoint (#10887) 2022-03-30 11:55:26 +02:00
ldap OIDC RP-Initiated logout endpoint (#10887) 2022-03-30 11:55:26 +02:00
providers Set version to 999-SNAPSHOT (#10784) 2022-03-22 09:22:48 +01:00
saml Set version to 999-SNAPSHOT (#10784) 2022-03-22 09:22:48 +01:00
themes Remove JBoss community logo from welcome page (#11732) 2022-04-28 12:04:28 +02:00
pom.xml Set version to 999-SNAPSHOT (#10784) 2022-03-22 09:22:48 +01:00
README.md Remove Fuse adapters (#11740) 2022-05-02 09:55:52 +02:00

Keycloak Examples

This directory contains a number of examples for Keycloak.

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:

  • 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.

SAML

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