keycloak-scim/examples
zak905 c7db7bd528 Update custom rest endpoint documentation and example
Add a mention about beans.xml and @Provider in the extending server documentation

Add beans.xml in the rest provider example

Add a mention about @Provider in the upgrading guides

Closes #25882

Signed-off-by: zak905 <zakaria.amine88@gmail.com>

Address suggested change for docs/documentation/server_development/topics/extensions.adoc

Co-authored-by: Pedro Igor <pigor.craveiro@gmail.com>

Address suggested change for docs/documentation/server_development/topics/extensions.adoc

Co-authored-by: Pedro Igor <pigor.craveiro@gmail.com>
Signed-off-by: zak905 <zakaria.amine88@gmail.com>

Address suggested change for docs/documentation/upgrading/topics/keycloak/changes-22_0_0.adoc

Co-authored-by: Pedro Igor <pigor.craveiro@gmail.com>
Signed-off-by: zak905 <zakaria.amine88@gmail.com>
2024-02-07 09:32:43 -03:00
..
admin-client Support JavaEE for Admin client (#19988) 2023-04-28 16:35:31 +02:00
cordova Fix minor typos in examples (#13155) 2022-08-05 09:00:11 -03:00
cordova-native Bump semver in /examples/cordova-native (#23351) 2023-09-19 14:33:26 -04:00
js-console Remove usage of deprecated Promise.success()/error() in example (#15179) 2023-07-26 08:33:00 +02:00
kerberos Fix dependencies in testsuite, adapters and Quarkus module 2023-04-27 13:36:54 +02:00
ldap Fix dependencies in testsuite, adapters and Quarkus module 2023-04-27 13:36:54 +02:00
providers Update custom rest endpoint documentation and example 2024-02-07 09:32:43 -03:00
saml LGPL license header in files incompatible with Apache v2.0 (#21612) 2023-07-26 07:04:36 +02:00
themes Remove unused resources from 'common' theme (#21546) 2023-07-10 14:14:40 +00:00
pom.xml Use a valid SemVer format for the SNAPSHOT version (#17334) 2023-03-03 11:11:44 +01:00
README.md Fix minor typos in examples (#13155) 2022-08-05 09:00:11 -03: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 lets 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