keycloak-scim/js
Erik Jan de Wit 37790c7956
Add a way to extend the UI with an Java API (#23772)
* POC to see how we could extend the UI

This is very crude and there are still open issues that need to be worked out

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>

* added saving option

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>

* added list and recreate client form

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>

* add tab ui

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>

* integrate tabs

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>

* remove examples

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>

* fixed error messages

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>

* added Feature for ui customization

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>

---------

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-01-22 08:19:58 +00:00
..
.husky Only run the pre-commit hooks when Husky is installed (#21587) 2023-07-11 10:41:41 +00:00
apps Add a way to extend the UI with an Java API (#23772) 2024-01-22 08:19:58 +00:00
libs Bump i18next from 23.7.16 to 23.7.18 in /js 2024-01-22 09:14:58 +01:00
.eslintrc.cjs Ignore target directory when running ESLint (#25371) 2023-12-07 10:50:25 +00:00
.gitignore Cache Node.js installation and PNPM store 2023-10-30 07:50:06 -04:00
.prettierrc.json Rework project structure so it matches the main repo 2023-03-07 11:55:19 +01:00
CODING_GUIDELINES.md Fix broken URL in CODING_GUIDELINES.md (#23781) 2023-10-06 10:59:03 +00:00
package.json Bump prettier from 3.2.2 to 3.2.4 in /js 2024-01-18 08:40:12 +01:00
pnpm-lock.yaml Bump @playwright/test from 1.41.0 to 1.41.1 in /js 2024-01-22 09:15:56 +01:00
pnpm-workspace.yaml Bump Node.js and PNPM versions (#22796) 2023-08-29 14:54:49 -04:00
pom.xml Fix mvn clean of js/ directory 2024-01-11 09:00:59 +01:00
README.md Rework project structure so it matches the main repo 2023-03-07 11:55:19 +01:00
tsconfig.eslint.json Rework project structure so it matches the main repo 2023-03-07 11:55:19 +01:00
tsconfig.json Rework project structure so it matches the main repo 2023-03-07 11:55:19 +01:00

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
├── keycloak-theme                 # Maven build for the Keycloak theme
├── libs
│   ├── keycloak-admin-client      # Keycloak Admin Client library for Keycloak REST API
│   ├── keycloak-js                # Keycloak JS library for securing HTML5/JavaScript applications
│   └── keycloak-masthead          # Keycloak Masthead library for an easy way to bring applications into the Keycloak ecosystem, allow users to access
│                                  # and manage security for those applications and manage authorization of resources
├── ...

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.