keycloak-scim/js
agagancarczyk 84cf306833
Changed key provider form to use ui shared (#27704)
* replaced KeycloakTextInput with TextControl

Signed-off-by: Agnieszka Gancarczyk <agancarc@redhat.com>

* replaced KeycloakTextInput with TextControl and fixed helpText

Signed-off-by: Agnieszka Gancarczyk <agancarc@redhat.com>

* small test fix

Signed-off-by: Agnieszka Gancarczyk <agancarc@redhat.com>

---------

Signed-off-by: Agnieszka Gancarczyk <agancarc@redhat.com>
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
2024-03-08 11:26:49 +01:00
..
.husky Only run Husky scripts when installed (#27229) 2024-02-26 09:18:16 +01:00
apps Changed key provider form to use ui shared (#27704) 2024-03-08 11:26:49 +01:00
libs Bump @types/node from 20.11.24 to 20.11.25 in /js (#27636) 2024-03-07 14:01:47 +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
CODING_GUIDELINES.md
package.json Bump @types/node from 20.11.24 to 20.11.25 in /js (#27636) 2024-03-07 14:01:47 +01:00
pnpm-lock.yaml Bump @types/node from 20.11.24 to 20.11.25 in /js (#27636) 2024-03-07 14:01:47 +01:00
pnpm-workspace.yaml
pom.xml Fix mvn clean of js/ directory 2024-01-11 09:00:59 +01:00
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
├── 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.