keycloak-scim/examples
dependabot[bot] e923f4f943 Bump minimatch and cordova-ios in /examples/cordova-native
Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [cordova-ios](https://github.com/apache/cordova-ios). These dependencies need to be updated together.


Updates `minimatch` from 3.0.4 to 3.1.2
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

Updates `cordova-ios` from 4.5.5 to 6.2.0
- [Release notes](https://github.com/apache/cordova-ios/releases)
- [Changelog](https://github.com/apache/cordova-ios/blob/master/RELEASENOTES.md)
- [Commits](https://github.com/apache/cordova-ios/compare/4.5.5...6.2.0)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: cordova-ios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-30 13:45:18 -03:00
..
admin-client Fix minor typos in examples (#13155) 2022-08-05 09:00:11 -03:00
cordova Fix minor typos in examples (#13155) 2022-08-05 09:00:11 -03:00
cordova-native Bump minimatch and cordova-ios in /examples/cordova-native 2022-11-30 13:45:18 -03:00
js-console Fix minor typos in examples (#13155) 2022-08-05 09:00:11 -03:00
kerberos Fix minor typos in examples (#13155) 2022-08-05 09:00:11 -03:00
ldap Fix minor typos in examples (#13155) 2022-08-05 09:00:11 -03:00
providers Fix minor typos in examples (#13155) 2022-08-05 09:00:11 -03:00
saml SAML adapter is missing "crypto/default" module (#15146) 2022-10-26 11:59:56 +02:00
themes Use correct path for 'text-security' CSS (#13057) 2022-07-12 11:25:37 -03:00
pom.xml Remove AngularJS based examples (#13695) 2022-08-17 16:02:18 +02: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