mirror of
https://github.com/keycloak/keycloak.git
synced 2026-02-18 18:37:54 -05:00
* Added typescript based module for the client admin v2 Based on the new openapi client admin api this module can be generated based on the defenition. Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com> * now uses openapitools to generate and moved it into the existing module for better adoption Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com> * changed back to use kiota as it offers a nicer fluent api Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com> * fixed build Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com> * better api Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com> * removed base representation filter Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com> * added flag to explicited enable v2 Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com> * re-run generation Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com> * enable client-admin-api:v2 in PR CI tests Signed-off-by: Michal Vavřík <michal.vavrik@aol.com> * fix JS OpenAPI generation on Windows Signed-off-by: Michal Vavřík <michal.vavrik@aol.com> * remove unnecessary statement from generate.ts Signed-off-by: Michal Vavřík <michal.vavrik@aol.com> * Fix Windows line endings in JS OpenAPI post-processing Signed-off-by: Michal Vavřík <michal.vavrik@aol.com> --------- Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com> Signed-off-by: Michal Vavřík <michal.vavrik@aol.com> Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com> |
||
|---|---|---|
| .. | ||
| .husky | ||
| apps | ||
| libs | ||
| themes-vendor | ||
| util | ||
| .gitignore | ||
| CODING_GUIDELINES.md | ||
| eslint.config.js | ||
| osv-scanner.toml | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| pom.xml | ||
| README.md | ||
| tsconfig.eslint.json | ||
| tsconfig.json | ||
Keycloak JavaScript
This directory contains the UIs and related libraries of the Keycloak project written in JavaScript (and TypeScript).
Directory structure
├── apps
│ ├── account-ui # Account UI for account management i.e controlling password and account access, tracking and managing permissions
│ ├── admin-ui # Admin UI for handling login, registration, administration, and account management
│ └── keycloak-server # Keycloak server for local development of UIs
├── libs
│ ├── ui-shared # Shared component library between admin and account
│ └── keycloak-admin-client # Keycloak Admin Client library for Keycloak REST API
├── ...
Data processing
Red Hat may process information including business contact information and code contributions as part of its participation in the project, data is processed in accordance with Red Hat Privacy Statement.
To speed up the build process, the following build flag can be used to disable the processing of these modules:
-Dskip.npm
Contributing
If you want to contribute please look at the coding guidelines