keycloak-scim/js
agagancarczyk 8cd40bd911
Account user roles tests (#23663)
* added check for deleting account

* added test for checking if linked accounts exist

* clean up

* fix

* improving test

* improving test

* improved selector

* trying to improve test

* improving test

* trying to improve test

* trying to improve test

* refactoring test

* refactoring test

* refactoring test

* improving test

* added mocked identityProvider

* changed to use `user-profile

---------

Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2023-10-26 13:16:09 +02:00
..
.husky Only run the pre-commit hooks when Husky is installed (#21587) 2023-07-11 10:41:41 +00:00
apps Account user roles tests (#23663) 2023-10-26 13:16:09 +02:00
libs Add support for passing acr_values in auth requests in keycloak.js (#9383) (#24259) 2023-10-25 15:33:39 +02:00
.eslintrc.js Use JavaScript private class features (#24054) 2023-10-23 14:12:55 -04:00
.gitignore Clean up Cypress configuration (#22813) 2023-08-30 11:03:27 +02:00
.prettierrc.json Rework project structure so it matches the main repo 2023-03-07 11:55:19 +01:00
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.8.7 to 20.8.8 in /js (#24268) 2023-10-25 09:13:15 +00:00
pnpm-lock.yaml Bump @types/node from 20.8.7 to 20.8.8 in /js (#24268) 2023-10-25 09:13:15 +00:00
pnpm-workspace.yaml Bump Node.js and PNPM versions (#22796) 2023-08-29 14:54:49 -04:00
pom.xml Adding Maven Build Cache Extension as opt-in feature 2023-07-24 13:07:15 +02:00
README.md Rework project structure so it matches the main repo 2023-03-07 11:55:19 +01:00
tsconfig.eslint.json Rework project structure so it matches the main repo 2023-03-07 11:55:19 +01:00
tsconfig.json Rework project structure so it matches the main repo 2023-03-07 11:55:19 +01:00

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.