No description
Find a file
2023-01-03 17:21:37 +01:00
.github Stop copying settings.xml for Maven configuration (#4043) 2022-12-15 12:39:19 +01:00
.husky
apps Added memory info and renamed tab (#4050) 2023-01-03 17:21:37 +01:00
keycloak-theme Bump testng from 7.7.0 to 7.7.1 in /keycloak-theme (#4105) 2023-01-02 10:02:32 +01:00
libs Generate array buffer for binary (#4075) 2023-01-02 12:38:10 +01:00
.eslintrc.js
.gitignore Remove duplicate IntelliJ entries from .gitignore (#4080) 2022-12-22 14:52:41 +00:00
.prettierrc.json
get-version.sh
LICENSE Initial commit 2020-07-27 14:40:12 -04:00
MAINTAINERS.md
package-lock.json Bump @typescript-eslint/parser from 5.46.1 to 5.47.1 (#4103) 2023-01-02 11:18:11 +00:00
package.json Bump @typescript-eslint/parser from 5.46.1 to 5.47.1 (#4103) 2023-01-02 11:18:11 +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

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