keycloak-scim/examples
Hynek Mlnarik e396d0daa1 Renaming SingleUserCredentialManager and UserModel.getUserCredentialManager():
- class SingleUserCredentialManager to SingleEntityCredentialManager
- method UserModel.getUserCredentialManager() to credentialManager()

Renaming of API without "get" prefix to make it consistent with other APIs like for example with KeycloakSession
2022-06-21 08:53:06 +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 Replaces instances of himself with more inclusive language 2022-06-03 12:25:14 -03:00
ldap OIDC RP-Initiated logout endpoint (#10887) 2022-03-30 11:55:26 +02:00
providers Renaming SingleUserCredentialManager and UserModel.getUserCredentialManager(): 2022-06-21 08:53:06 +02:00
saml Set version to 999-SNAPSHOT (#10784) 2022-03-22 09:22:48 +01:00
themes Update issues link to GitHub issues rather than JBoss/RedHat JIRA (#12218) 2022-06-01 15:20:36 +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