No description
Find a file
2022-12-22 14:28:46 +01:00
.github Stop copying settings.xml for Maven configuration (#4043) 2022-12-15 12:39:19 +01:00
.husky
apps Fixed help text for mapper type (#4082) 2022-12-22 14:28:46 +01:00
keycloak-theme Add a META-INF/beans.xml file to enable support for JAX-RS (#4074) 2022-12-20 13:23:44 +01:00
libs Bump @rollup/plugin-commonjs from 23.0.4 to 24.0.0 (#4068) 2022-12-21 23:24:07 +00:00
.eslintrc.js Add ESLint import plugin and use reccomended config (#3805) 2022-11-18 17:13:39 +01:00
.gitignore Add a META-INF/beans.xml file to enable support for JAX-RS (#4074) 2022-12-20 13:23:44 +01:00
.prettierrc.json
get-version.sh
LICENSE
MAINTAINERS.md Move Admin UI into a monorepo structure (#3186) 2022-08-25 11:03:07 +02:00
package-lock.json Bump @rollup/plugin-commonjs from 23.0.4 to 24.0.0 (#4068) 2022-12-21 23:24:07 +00:00
package.json Bump eslint from 8.29.0 to 8.30.0 (#4063) 2022-12-21 18:26:19 +00:00
README.md Readmes updates (#3807) 2022-12-01 14:19:06 +00:00
release.sh
set-version.sh
tsconfig.eslint.json
tsconfig.json Move Admin UI into a monorepo structure (#3186) 2022-08-25 11:03:07 +02:00

Keycloak UI

This repository contains the UIs and related libraries of the Keycloak project.

Repository 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.

License