No description
Find a file
Douglas Palmer 12ea4e16f3
Add "Encryption algorithm" option of SAML IDP (#4240)
* Add "Encryption algorithm" option of SAML IDP
closes #4173

* Apply review feedback

Co-authored-by: Jon Koops <jonkoops@gmail.com>
2023-01-23 07:48:32 +01:00
.github Upgrade reactflow to version 11 (#4236) 2023-01-20 14:44:12 +00:00
.husky
apps Add "Encryption algorithm" option of SAML IDP (#4240) 2023-01-23 07:48:32 +01:00
keycloak-theme Move Admin REST extension to main repository (#4231) 2023-01-20 10:37:27 +01:00
libs Bump vite-plugin-checker from 0.5.3 to 0.5.4 (#4237) 2023-01-20 16:32:56 +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
MAINTAINERS.md
package-lock.json Bump vite-plugin-checker from 0.5.3 to 0.5.4 (#4237) 2023-01-20 16:32:56 +01:00
package.json Bump @typescript-eslint/parser from 5.48.1 to 5.48.2 (#4223) 2023-01-18 12:56:36 +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