keycloak-scim/js
Erik Jan de Wit 135a5c9b0d
skipping the revocation tests (#25195)
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2023-12-01 09:39:39 +01:00
..
.husky
apps skipping the revocation tests (#25195) 2023-12-01 09:39:39 +01:00
libs Add options to change behavior on how unmanaged attributes are managed 2023-11-30 06:58:21 -03:00
.eslintrc.cjs Use module type for all packages (#25084) 2023-11-28 12:26:14 +00:00
.gitignore Cache Node.js installation and PNPM store 2023-10-30 07:50:06 -04:00
.prettierrc.json
CODING_GUIDELINES.md Fix broken URL in CODING_GUIDELINES.md (#23781) 2023-10-06 10:59:03 +00:00
package.json Bump @types/node from 20.10.0 to 20.10.1 in /js (#25136) 2023-11-30 09:52:31 +00:00
pnpm-lock.yaml Bump i18next from 23.7.6 to 23.7.7 in /js (#25097) 2023-11-30 09:54:22 +00:00
pnpm-workspace.yaml
pom.xml Cache Node.js installation and PNPM store 2023-10-30 07:50:06 -04: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.